I am running Xcode 4.2.1, but none of my crash logs are symbolicating. These are crash logs from my phone for apps built on my mac. Any suggestions to fix this would be appreciated please
Asked
Active
Viewed 3,940 times
1 Answers
4
Are you archiving the builds before deploying them? The symbolication will only work for the latest build (if I remember correctly), if you create archives, and then deploy those builds, it will automatically symbolicate those logs.
You could also save the app.DYSM files separately and manually symbolicate them. This will give you more information on how to do this manually.
This site also provides more details on manually symbolicating crash logs
http://kevincupp.com/2011/05/12/symbolicating-ios-crash-logs.html
-
Hi thanks for your reply. I dont archive all builds, just those I distribute. I thought Xcode would symbolicate all local builds. – RunLoop Jan 30 '12 at 16:39
-
Do you have to archive with debug mode ?, After archiving how to you send it to your iphone? Just by running it ? – the Reverend Nov 29 '14 at 21:50