2

I am trying to find an issue from an Apple generated crash report

I have the dSYM and the .app files in the Xcode Organizer, but can´t import the .crash to resymbolicate it using Xcode

The issue is that the "Import" and "Re-Symbolicate" buttons are absent in the "Devices View" and in the "View Device Logs" in Xcode 6.1

I have checked the Xcode release noted, but could´t find a reference to this.

I am missing something here?... thx....

eharo2
  • 2,553
  • 1
  • 29
  • 39

2 Answers2

2

I am using xcode 6.1.1, so I'm not sure if this was the case in 6.1...

Instead of a "Re-Symbolicate" button, you now need to view the log in the devices window and Control-click on the log name in the list of logs. This gives you a popup window that lets you delete, export, or re-symbolicate the log.

Unfortunately, though I found the "Re-Symbolicate" menu option, choosing it seems to have no effect and silently fails on the crash log I'm trying to figure out.

Dave Owens
  • 450
  • 4
  • 11
  • 1
    Did you find any option other option to re-symbolicate, as I am too unable to symbolicate the logs files, even though I have all the build files archived as necessary – MTahir Jan 31 '15 at 08:41
1

Did you try right clicking on the crash rows in device logs? enter image description here

EarlySun
  • 185
  • 2
  • 12