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!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The App needs to be built without stripping 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:
To import the crash logs into Xcode (from, say, an email), just drag it into the organizer window like so: