Symbolicating iPhone App Crash Reports

后端 未结 25 2502
迷失自我
迷失自我 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:08

    This is simple, after searching a lot i found clear steps to symbolicate whole crash log file.

    • copy .app , crash_report and DSYM files in a folder.
    • connect the device with xcode
    • Then go to window -> select devices -> view device logs
    • Then select this device, delete all logs .
    • drag and drop your crash on device log section . it will automatically symbolicate the crash . just right click on report and export it .

    happy coding,
    Riyaz

    0 讨论(0)
提交回复
热议问题