Symbolicating iPhone App Crash Reports

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

    In Xcode 4.2.1, open Organizer, then go to Library/Device Logs and drag your .crash file into the list of crash logs. It will be symbolicated for you after a few seconds.

    Note that you must use the same instance of Xcode that the original build was archived on (i.e. the archive for your build must exist in Organizer).

提交回复
热议问题