本文介绍了iPhone崩溃日志?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已经配置了一个iphone,并让用户安装应用程序。它失败。
I have provisioned an iphone and had the user install the app. It fails.
有没有崩溃日志,我可以看到为什么它在iphone上失败了?
Is there a crash log that I can see why it failed on the iphone?
Ian
推荐答案
如果您可以将iphone连接到带有xcode的计算机,在管理器窗口中显示每个应用程序崩溃。快捷键在xcode中弹出组织者Command + ctrl + o。
if you can connect the iphone up to a computer with xcode, in the organizer window it shows the crash logs for each of the application's crashes. Shortcut key in xcode to bring up the organizer Command+ctrl+o.
如果他们无法访问xcode ...
If they do not have access to xcode...
从
这篇关于iPhone崩溃日志?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!