How to symbolicate Mac OSX crash reports issued by Apple?

后端 未结 3 1127
暖寄归人
暖寄归人 2021-01-30 18:06

For iOS crash reports, it is sufficient to drag and drop the crash report to the Organizer.

Symbolicating iPhone App Crash Reports

But this method doesn\'t work

3条回答
  •  無奈伤痛
    2021-01-30 18:48

    @inkjet 's comment above deserves its own answer. He built an app that does a full symbolication from your dsym and .crash file.

    A free alternative to Sumbolon that I made: bch.us.to/apps/macsymbolicator — It uses atos in the same way described by Rich Able below. – inket Dec 24 '13 at 4:39

    putting it all together:

    1. download Mac Symbolicator from here

    2. Open Xcode, select Window->Organizer, goto the Archive tab and find the version of your app that experienced the crash.

    3. Right click on the app archive and select "Show in Finder"

    4. Right click on the .xarchive, select "Show Contents" and find the AppName.dSYM directory

    5. Drag your .crash file and AppName.dsym to Sumbolon

    6. Magic happens

提交回复
热议问题