Symbolicating iPhone App Crash Reports

后端 未结 25 3282
迷失自我
迷失自我 2020-11-21 05:38

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

25条回答
  •  旧巷少年郎
    2020-11-21 06:07

    I found out most of proposed alternatives did not work in latest XCode (tested with Xcode 10). For example, I had no luck drag-dropping .crash logs in Xcode -> Organizer -> Device logs -view.

    I recommend using Symbolicator tool https://github.com/agentsim/Symbolicator

    • Git clone Symbolicator repository and compile and run with Xcode
    • Copy .crash file (ascii file, with stack trace in begging of file) and .xarchive of crashing release to same temporarly folder
    • Drag and drop .crash file to Symbolicator icon in Dock
    • In 5-30 secs symbolicated crash file is produced in same folder as .crash and .xarchive are

提交回复
热议问题