Crash report issue

Hi,


In the Organizer, if I right-click on a crash report and say "Show in Finder", the finder displays a file. If I open this file with a text editor, I can see the stack trace of the crash, but also a bunch of information above the stack trace such as the Incident Identifier, the Exception Type, etc.


In the Organizer, all I can see are the stack traces. I can't figure out where to look or what to click on to get the Organizer to display the other information. How is this done?

Replies

Ttry this process instead of a text editor:


  1. Right click on the crash report entry in Xcode's Organizer window and select "Show in Finder"
  2. Right click on the revealed
    .xccrashpoint
    file in Finder and select "Show Package Contents"
  3. Navigate to the
    DistributionInfos/all/Logs/<date-and-uuid>.crash
    subfolder within the
    .xccrashpoint
    file
  4. Open the
    .crash
    file in Console.app
  5. This will have the exception type and reason printed alongside the symbolicated stack trace