Symbolicating iPhone App Crash Reports

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

    Just a simple and updated answer for xcode 6.1.1 .

    STEPS

    1.Xcode>Window>Devices.

    2.Select a device from a list of devices under DEVICES section.

    3.Select View Device Logs.

    4.Under the All Logs section you can directly drag drop the report.crash

    5.Xcode will automatically Symbolicate the crash report for you.

    6.You can find the Symbolicated crash report by matching its Date/Time with the Date/Time mentioned in your crash report.

提交回复
热议问题