Symbolicating iPhone App Crash Reports

后端 未结 25 2513
迷失自我
迷失自我 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 05:52

    Steps to symbolicate a crash report automatically using XCode:

    UPDATED FOR XCODE 9

    1. Connect any iOS device to your Mac (yes a physical one, yes I know this is stupid)

    2. Choose "Devices" from the "Window" menu

    3. Click your device on the left and VIEW DEVICE LOGS on the right

    4. Wait. It might take a minute to show up. Maybe doing Command-A then Delete will speed this up.

    5. Critical undocumented step: rename the crash report that you got from iTunesConnect from .txt extension to .crash extension

    6. Drag the crash report into that area on the left

    And then Xcode will symbolicate the crash report and display the results.

    Source: https://developer.apple.com/library/ios/technotes/tn2151/_index.html

提交回复
热议问题