How to symbolicate crash log Xcode?

后端 未结 12 1177
别那么骄傲
别那么骄傲 2020-11-22 12:28

Xcode 5 organizer had a view which would list all the crash logs. and we could drag drop crash logs here. But since Xcode 6, I know they have moved devices out of organize a

12条回答
  •  醉梦人生
    2020-11-22 13:21

    Follow these steps in Xcode 10 to symbolicate a crash log from an app build on the same machine:

    1. Inside Organizer, locate the archive where the app is based on.
    2. Click on the Download Debug Symbols button. Nothing will appear in your Downloads folder, but that's OK.
    3. Connect the build machine to an iOS device.
    4. Select the device in Devices and Simulators.
    5. Click on the View Devices Logs button.
    6. Drag-and-drop the crash file to the left panel. The file must end with a .crash extension, otherwise the drag fails.
    7. Switch to the All Logs tab.
    8. Select the added crash file.
    9. The file should automatically symbolicate, otherwise use the right-click context menu item Re-Symbolicate Log.

提交回复
热议问题