当模拟器中没有出现错误时,如何在 iPhone 上跟踪错误?钛手机

发布于 2024-11-18 10:12:52 字数 94 浏览 2 评论 0原文

我的基本按钮可以在模拟器中正常工作,但不能在物理手机上使用。有人告诉我应该使用管理器并查看控制台,但这似乎只显示崩溃日志。当模拟器中根本没有出现错误时,如何跟踪手机上的错误?

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

痴者 2024-11-25 10:12:52

你应该查看 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文