I tried to deploy my application in real device.
But when it running , my application is crashed (be aborted).
How can i catch message error to display the error what make application be crashed?
Thank you.
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.
First of all you can redirect Your logging to a file with this method:
just call it at the beginning of your app. After, all your NSLog() calls will be written to a file (with the date as name).
Then you can just connect your device to XCode and retrieve the file with the Organizer