How to symbolicate iPhone \ iPad crash logs?

Phillip picture Phillip · Nov 17, 2011 · Viewed 17.9k times · Source

I would like to know how to symbolicate crashes in XCode, i have .crash files and i don't know how to do it.

I want to fix a damn bug that affects my app, thanks in advance!

Answer

chown picture chown · Nov 17, 2011

The App needs to be built without stripping debug symbols:

debug_symbols

then, when it crashes on a device, go into the organizer window, under the "Device Logs" section, and you should see a nice symbolicated crash log:

enter image description here


To import the crash logs into Xcode (from, say, an email), just drag it into the organizer window like so: