Quote:
Originally Posted by SteveY
Does anyone know where the error log files are located? My app is crashing to a black screen with no messages in the console. (just trying to present a modal view controller).
|
h/t to
Whatever Blog Archive iPhone Crash Logs for this info:
You have to sync your device, then the crash logs will be at:
- Mac OS X :
Code:
~/Library/Logs/CrashReporter/MobileDevice/<DEVICE_NAME>
- WinXP:
Code:
C:\Documents and Settings\<USERNAME>\Application Data\Apple computer\Logs\CrashReporter/<DEVICE_NAME>
- Win Vista:
Code:
C:\Users\<USERNAME>\AppData\Roaming\Apple computer\Logs\CrashReporter/MobileDevice/<DEVICE_NAME>
Good luck!