在哪里可以找到导出的GameKit日志文件?

Rob*_*ann 4 logging gamekit

在iOS上,您可以从设置应用程序中导出GameKit日志文件.但是它无法告诉您在哪里可以找到这些日志文件.您也无法从Xcode->设备查看它们.

Rob*_*ann 9

我终于找到了这个信息.希望能帮助到你!

在没有Xcode的情况下获取崩溃日志

插入设备并与iTunes同步后,可以在以下位置找到崩溃日志,具体取决于平台:

崩溃日志位置

  • 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或7:C:\ Users\<USERNAME>\AppData\Roaming\Apple Computer\Logs\CrashReporter\MobileDevice\<DEVICE_NAME>