My app on the iPad (physical device) is crashing and I get this:
Mon Nov 22 14:08:42 ianvinkipad ReportCrash[521] : Saved crashreport to /var/mobile/Library/Logs/Cra
Looks like the crash reports are moved to my mac after syncing. Found them at ~/Library/Logs/CrashReporter/MobileDevice/
Apple has an official tech article about it.
iOS 8 and iOS 9
On your iOS device, go to Settings > Privacy > Diagnostics & Usage, and select Diagnostic & Usage Data
.
Here's how to read crash reports in iOS:
// Upto iOS 8
Settings
General
About
Diagnostics & Usage
Diagnotstic & Usage Data
// iOS 8
Settings
Privacy
Diagnostics & Usage
Diagnotstic & Usage Data
Then copy and paste what you need.
The technical note Understanding and Analyzing iPhone OS Application Crash Reports from Apple developer center has a good overview of how to retrieve and analyze your crash report.