Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to find exported GameKit log files?

On iOS you can export GameKit log files from within the settings app. However it fails to tell you where to find these log files. You cannot view them from Xcode->devices either.

like image 855
Robert Wasmann Avatar asked Jan 09 '23 11:01

Robert Wasmann


1 Answers

I finally found this information. Hope it helps!

Getting Crash Logs Without Xcode

After plugging in the device, and syncing with iTunes, crash logs can be found in the following locations, depending on the platform:

Crash log locations

  • Mac OS X: ~/Library/Logs/CrashReporter/MobileDevice/<DEVICE_NAME>
  • Windows XP: C:\Documents and Settings\\Application Data\Apple Computer\Logs\CrashReporter\MobileDevice\<DEVICE_NAME>
  • Windows Vista or 7: C:\Users\<USERNAME>\AppData\Roaming\Apple Computer\Logs\CrashReporter\MobileDevice\<DEVICE_NAME>
like image 113
Robert Wasmann Avatar answered Mar 06 '23 09:03

Robert Wasmann