在 iPhone4 上调试正常,但在 iPod Touch 和 iPhone 3G 上出现 EXC_BAD_ACCESS
我正在 Macbook 上开发一个应用程序,并在 iPhone4 上调试它。该应用程序使用相机、互联网连接和普通的东西。 今天我试图在 iPod Touch 2G 和 iPhone 3G 上调试它......但它总是在设备上安装应用程序,它说“正在运行”,但在应用程序真正启动之前我得到了“ EXC_BAD_ACCESS"...非消息...甚至 NSZombieEnabled 也不起作用!
有什么帮助吗?
谢谢
I'm developing an app on my Macbook debugging it on my iPhone4. The app make use of camera, internet connections, and normal stuffs.
Today I'm trying to debug it on an iPod Touch 2G and on an iPhone 3G......but it always install the app on the device, it says "running" but before the app il really launched I get a "EXC_BAD_ACCESS".....non message...even NSZombieEnabled didn't work!!
Any help?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当崩溃时检查堆栈跟踪,然后查找最后调用的函数。
它可能是一个新的 API 函数,在这种情况下,您必须首先检查它是否存在于已安装的 iOS 版本中。
Check the stacktrace when it crashes then look up the last called function.
It might be a new API function and in that case you must first check for it's existence in the installed iOS version.