问题描述
当使用自己的iPhone进行开发时,通过XCode-> Organizer-> Crash Logs访问任何崩溃日志都很容易。
When using one's own iPhone for development it's easy enough to access any crash logs via XCode->Organizer->Crash Logs.
如何访问崩溃登录另一个人的电话,如果他们没有在XCode中进行开发设置,如果您通过临时分发为他们分发您的应用进行beta测试可能就是这种情况?
How does one access crash logs on another person's phone if they don't have it set up for development in XCode, as would likely be the case if you were distributing your app to them via ad hoc distribution for beta testing?
推荐答案
两种方式:
-
iTunes在常规期间同步所有崩溃报告同步。它们可以在Mac上的Library / Logs / CrashReporter / MobileDevice中找到,也可能在Windows上的%APPDATA%中找到。
iTunes syncs all crash reports during a regular sync. They can be found in Library/Logs/CrashReporter/MobileDevice on a Mac and probably somewhere in %APPDATA% on Windows.
呃,不,你不能。 Xcode在Organizer中提供此功能(来自Window菜单),但不提供iPCU。
Er, no you can't. Xcode provides this facility in the Organizer (from the Window menu), but not iPCU.
这篇关于访问用于临时分发的iPhone上的崩溃日志的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!