How do use a Crash Report from Apple in xCode?
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 bina开发者_开发知识库ry into xCode so that I can drag and drop the crash report ?
Thanks all in advance,
Martin
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.
精彩评论