iOS 模拟器和仪器冻结
我正在尝试制作一个 iOS 应用程序,当我按 CMD+I 启动 Instruments 以检查内存泄漏时,模拟器在几个手势后冻结,Instruments 也是如此。
有时一分钟(或更长时间)后它就可以工作了,但这让我发疯:(
我有 Mac OS Lion 和 Xcode 4(从 Apple 开发门户下载的 Lion 版本)。
请帮忙!
提前致谢!
I'm trying to do an iOS app and when I press CMD+I to launch Instruments to check for memory leaks the simulator freezes after a couple of gestures and so does Instruments.
Sometimes after a minute (or more) it works, but it's driving me nuts :(
I have Mac OS Lion and Xcode 4 (Lion version downloaded from Apple's dev portal).
Please help!
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试从这里修复:
在 XCode 下通过配置文件启动 Instruments 的错误4.1 Build 4B110
基本上,在 Instruments 启动您的应用程序后,按 Command-Tab 切换到 Xcode 并返回。我有同样的问题,但这解决了它。
Try the fix from here:
Bug with starting Instruments via Profile under XCode 4.1 Build 4B110
Basically, after Instruments starts your app, Command-Tab to Xcode and back. I had the same problem but this fixed it.