0

My friend has sent me his crash log and I tried to symbolicate it by dragging it to my device logs window in XCode's 4 organizer. However this doesn't do anything.. why is this? I have tried doing build and archive on my app project. Any idea?

xonegirlz
  • 8,889
  • 19
  • 69
  • 127

1 Answers1

2

This could be due to several reasons, ranging from issues with your archive to issues with your XCode and dev environment. There are plenty of posts and Q&As on the subject out there.

Try this to get you started;

Also check out these questions;

Community
  • 1
  • 1
Madhu
  • 2,429
  • 16
  • 31
  • "Guide to symbolicating iphone crash logs" seems to be 404 now. A quick google search didn't bear any fruit. Do you have another link? – Adam Ritenauer Jan 22 '13 at 21:05
  • Thanks for pointing that out Adam. Afraid this post is a bit old, so can't remember the exact content in that article to suggest something else, but a couple of newer posts I found out on the web; (http://stackoverflow.com/questions/10707453/why-are-my-crash-reports-not-symbolicated) and (http://www.raywenderlich.com/23704/demystifying-ios-application-crash-logs) might help. – Madhu Jan 23 '13 at 07:00