Question

I have received a Crash Report from Apple (joy). I understand I can symbolize this report in order to see what is crashing in my code. I understand I need the dSYM and build binary to do this.

My question is what are the exact steps I need to follow in xCode to do this ? I have the build folder I submitted via iTunes connect still saved on my computer. How do I get the dSYM and binary into xCode so that I can drag and drop the crash report ?

Thanks all in advance,

Martin

Was it helpful?

Solution

You can drag the crash log into the Device Logs section in Xcode's Organizer window. Xcode will symbolicate it automatically if it can find the dSYM file on your disk.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top