当模拟器中没有出现错误时,如何在 iPhone 上跟踪错误?钛手机
我的基本按钮可以在模拟器中正常工作,但不能在物理手机上使用。有人告诉我应该使用管理器并查看控制台,但这似乎只显示崩溃日志。当模拟器中根本没有出现错误时,如何跟踪手机上的错误?
I have basic buttons that work in the emulator just fine, but not on the physical phone. I have been told that I should use the Organizer and look at the console, but this only seems to show crash logs. How can I trace an errors on the phone when they do not appear at all in the emulator?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你应该查看 xcode 中的调试控制台,而不是组织者。
打开您的应用程序 xcode 项目文件并在 xcode 中运行该应用程序;将为您显示错误。
项目文件位于build/iphone目录中
you should look at the debug console in xcode, not the organizer.
open up your applications xcode project file and run the app in xcode; will display the errors for you.
the project file is in the build/iphone directory