Question

Is there a crash log generated by apps that crash on the simulator. I want a text-based version of what I see in the debugger equivalent to crash reports generated by applications crashing on a device (and accessible through Organiser).

Was it helpful?

Solution

Look in ~/Library/Application Support/iPhone Simulator/5.0/Library/Logs/CrashReporter/DiagnosticLogs/.

EDIT Please note that this question was specifically asked for Xcode 4.2, which contained the iOS 5.0 SDK. This is no longer the latest Xcode/iOS SDK, so you'll have to adjust the answer to suite the SDK version you have installed (i.e. change "5.0" to whatever it is).

OTHER TIPS

Not quite actual, but I found them in ~/Library/Logs/DiagnosticReports
Also, they can be viewed through Console utility in User Diagnostic Reports tab.

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