Enabling crash logs symbolication in Xcode 4.2

后端 未结 2 2158
忘了有多久
忘了有多久 2020-11-28 23:45

I am using Xcode 4.2 and my crash logs are not getting symbolicated. How to enable this in Xcode 4.2?

2条回答
  •  孤城傲影
    2020-11-29 00:01

    If its not in there already, drag the crash log into the "Device Logs" section of the "Devices" tab in the organizer window:

    enter image description here

    if the App that crashed was built without stripping debug symbols:

    enter image description here

    a nice symbolicated crash log will appear:

    enter image description here

    This screenshot shows a crash log of my App that had symbol strip set to YES when it was built, but if you set strip symbols to NO, these lines will also symbolicate properly.

提交回复
热议问题