Hi, before XCode 9.3 you could symbolicate iOS Crash Reports by doing the following:
- Connect an iOS device to your Mac
- Choose "Devices" from the "Window" menu
- Under the "DEVICES" section in the left column, choose a device
- Click the "View Device Logs" button under the "Device Information" section on the right hand panel
- Drag your crash report onto the left column of the presented panel
- Xcode will automatically symbolicate the crash report and display the results
This is from https://developer.apple.com/library/content/technotes/tn2151/_index.html
This worked fine for me until XCode 9.3. Now I can't drag the crash report to the left column anymore. Is there a new way to do this? Or is this a bug?