- Connect your iOS device.
- Open Xcode
- In the menu, go to Window->Devices
- Select your iOS device and click on the View Device Logs button.
- Select the "All Logs" tab.
- If you crash log file does not have the .crash extension, rename it to have a .crash extension.
- Drag the file into the device's log window. Specifically, the left column.
- Wait a minute or so until the list of logs shows the log you dragged in.
- When your log shows up, right-click on your log and select Re-Symbolicate Log.
- Once Re-Symbolicating is done you will have a readable crash log.
This information has been compiled from the Stack Overflow answer and comments:
No comments:
Post a Comment