Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 6 - iPhone crash log file

In previous versions of Xcode, I could import a .crash crash log file that was obtained by copying the crash report from the Diagnostics and Usage section on the iPhone.

In Xcode 6, I can't seem to find a way to do it in the Organizer. I have the .crash file, but can't find anywhere to import it to symbolicate it.

Is it possible to do it without having the physical device connected in Xcode 6?

like image 568
John Avatar asked Sep 24 '14 00:09

John


1 Answers

  1. Open in Xcode - Window -> Devices.
  2. Attach device if you don't have any attached - !important!
  3. Click "View device logs" for your attached device.
  4. Drag&Drop crash logs into device (or you can select All Logs and drop crash logs there).

You can see additional actions in context menu for each crash log like Re-symbolicate, Delete etc

like image 128
Pavel Dev Avatar answered Oct 30 '22 14:10

Pavel Dev