How to Symbolicating iOS Crash Reports With Xcode 9.3?

Hi, before XCode 9.3 you could symbolicate iOS Crash Reports by doing the following:

  1. Connect an iOS device to your Mac
  2. Choose "Devices" from the "Window" menu
  3. Under the "DEVICES" section in the left column, choose a device
  4. Click the "View Device Logs" button under the "Device Information" section on the right hand panel
  5. Drag your crash report onto the left column of the presented panel
  6. 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?

Answered by josch in 304416022

I downloaded XCode 9.2 and I can confim that this is still working there.

Is the report from an app built w/an earlier Xcode?

Accepted Answer

I downloaded XCode 9.2 and I can confim that this is still working there.

How to Symbolicating iOS Crash Reports With Xcode 9.3?
 
 
Q