Symbolicating iPhone App Crash Reports

Posted by Jasarien on Stack Overflow See other posts from Stack Overflow or by Jasarien
Published on 2009-09-22T15:44:21Z Indexed on 2012/04/02 17:29 UTC
Read the original article Hit count: 320

Filed under:
|
|

I'm looking to try and symbolicate my iPhone app's crash reports.

I retrieved the crash reports from iTunes Connect. I have the application binary that I submitted to the App Store and I have the dSYM file that was generated as part of the build.

I have all of these files together inside a single directory that is indexed by spotlight.

What now?

I have tried invoking:

symbolicatecrash crashreport.crash myApp.app.dSYM

and it just outputs the same text that is in the crash report to start with, not symbolicated.

Am I doing something wrong?

Any help would be greatly appreciated, thanks.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about crash-reports