Xcode Crash Organizer does Not Symbolicate .xccrashpoint Files

前端 未结 4 969
日久生厌
日久生厌 2020-12-08 14:11

The new Xcode 7 \"Crashes\" tab in the organizer shows a handful of crashes from the AppStore for my app. According to the documentation, there should be a stack trace. Howe

4条回答
  •  暖寄归人
    2020-12-08 14:48

    I'm doing this for the first time in Xcode 10. Right clicking on my crash log and selecting Symbolicate was having no effect. I selected the build in the Archives section of the Organizer window and clicked the "Download Debug Symbols" button in the right-side pane. This didn't seem to do anything, but when I went back to Crashes and told Xcode to symbolicate the same crash again, this time it worked.

提交回复
热议问题