My Swift app was rejected, and Apple reviewers sent me two crash logs but no dSym. Following these instructions ...
- 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
... I am seeing the raw crash logs in Xcode, not symbolicated.
Could the problem be that I need a dSym? If so, do I request this from the reviewers, or is there a way for me to generate my own now?
Or is there something else I need to do to symbolicate these crash logs?
Screenshot of Xcode:
http://i.stack.imgur.com/X30tZ.jpg
Xcode 7.3.1
El Capitan