user542584
user542584

Reputation: 2699

How to view exceptions and application crashes on iphone

My app works ok on simulator and when my iphone is connected to the mac. When I disconnect the iphone and run it as stand alone on device, it crashes. I would like to check those console messages after the crash. I remember seeing other application crashes inadvertently in itunes(I guess), but do not remember how I got there.

How do I check these exceptions or error messages either in the phone or using itunes on the computer?

Thanks,

Upvotes: 0

Views: 36

Answers (1)

Roderic Campbell
Roderic Campbell

Reputation: 729

I would suggest connecting your device to your development machine, then open up the XCode Organizer: In XCode -> Window -> Organizer. Click the device, click on "Device Logs". View.

Upvotes: 1

Related Questions