eharo2
eharo2

Reputation: 2642

Issue importing iOS crash report into Xcode 6.1

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....

Upvotes: 2

Views: 1024

Answers (2)

EarlySun
EarlySun

Reputation: 185

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

Upvotes: 1

Dave Owens
Dave Owens

Reputation: 450

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.

Upvotes: 2

Related Questions