应用程序在模拟器上发出 __dyld_dyld_fatal_error,在设备上工作正常

发布于 2024-12-13 17:53:57 字数 177 浏览 2 评论 0原文

我正在 stackoverflow 上搜索,但不知何故无法找到问题的答案。我的应用程序构建和编译得很好,但是当我尝试在模拟器上运行它时,它会抛出 __dyld_dyld_fatal_error()。然而,当我尝试在 iOS 设备上运行它时,一切都很顺利。顺便说一句,我刚刚将我的 XCode 版本更新到 XCode 4.2 以支持 iOS5

I was scouring over stackoverflow and somehow unable to find the answer to my problem. My app builds and compiles just fine, but when i try to run it on the simulator, it throws a __dyld_dyld_fatal_error(). However, when i try to run it on an iOS device, everything is smooth. On a side note, I've have just updated my XCode version to XCode 4.2 to support iOS5

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

豆芽 2024-12-20 17:53:57

事实证明,我必须在模拟器上重置设置,然后才能顺利运行它,并确保应用程序必须运行在正确的 iOS 版本上。

It turns out that I had to reset the settings on my simulator before having to run it without any glitches, and made sure of the correct version of iOS that the application has to run on.

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