How to load crash reports from appstore approval process

My first app, worked on it for 6 months. I submit it for approval and it is rejected as it crashed on load.


Apple send me three crash reports as attachments. When I go into Xcode organizer, it says "no crashes". I am using xcode 6.3.1. I can't see how to load the crash reports into organizer to symbolicate them. The documentation says go into devices. I can select a specific device and see crashes, but obviously the device used by the appstore for testing does not appear. I can select a device and "view all logs" and see the crash reports for all the local devices. However I cannot (for example) drag-and-drop the crash reports from Apple into Organizer or Devices (anywhere) to make XCode aware of them.


Worked on this for 6 months, pulling my hair out trying to read these crash reports, anybody know what I am supposed to do?

Same issue here. Did you find out how to symbolicate a .crash file on Xcode 6.4?

Hi Peter,


After clicking 'View Device Logs' you need to drag the crash report into the presented panel. Xcode will symbolicate it wihin a few seconds.


Refer to the Symbolication section of TN2151: Understanding and Analyzing iOS Application Crash Reports

How to load crash reports from appstore approval process
 
 
Q