Are there any crash logs generated by iPhone Simulator?
the Simulator crashes a lot but not leaving any traces in Console… the crash log will be useful.
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 console will show the
NSLog()output from an app running in the simulator. The crash logs are saved to file.I have found some in my home directory under
They have a file extension of
.crashSomething I haven’t yet figured out is how to get them to generate even if the debugger grabs the
EXC_BAD_ACCESSsignal.Update
Currently, (OSX 10.11.6), the .crash logs in
~/Library/Logs/DiagnosticReports, are when the emulator itself crashes. Logs for an app crashing (but the emulator device is still running fine), are in:Per crash, there is a sub-folder with a unique id. Sort by date, so that your recent crash is the first sub-folder. Inside that, start by looking at
stderr.logandsystem.log.Also directly under
CoreSimulator, seeCoreSimulator.logandSimulator.log.