Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have the app, dSym file and the crash report and I need to get the proper stack of crash. App is built on a separate build machine and hence build is not present in the archive section. I am totally frustrated as I have searching for past 1-2 hr and did the following.

  1. Copied all app, dSym and crash log and make sure it is indexable by spotlight and then added crash log to xcode (4.3.x) organizer. Did not work.
  2. Used "symbolicatecrash -A -v crash dSym". Did not work.
  3. Used "atos -arch armv7 -o App/App 0x123456". Did not work.

Is there any other way to get the proper stack out of crash?

share|improve this question
Could you show the actual result of 2. and 3.? Please show the first line of the binary section of the crash report (at least) and the result for running dwarfdump --uuid App.app.dSYM. As a note, atos wants the dwarf binary in the dSYM as a parameter, and not the app executable. – Kerni Sep 11 '12 at 3:40

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.