iPhone 模拟器在构建/运行后立即锁定
我在设置 MacBook 以在 xCode 中构建 iPhone 应用程序时遇到问题。 iPhone模拟器锁定并显示“旋转圆圈”忙碌图标。
我已经尝试了我能想到的一切,包括
- 重置模拟器,
- 尝试了所有不同的硬件选项,
- 尝试了 xCode 中的两个调试构建选项。
- 卸载 SDK 并完全重新安装
我今天下载了 SDK -“xcode_3.2.2_and_iphone_sdk_3.2_final”
我刚刚从 Leopard 升级到 Snow Leopard (10.6.3)。我已经运行了所有软件更新。 xCode 版本显示 3.2.2 (1650)
如果重要的话,我的 MacBook 已经使用了 3-4 年,13 英寸,双 2.16 GHz intel 内核,2 GB RAM。我从来没有遇到过任何问题。
如果有人能帮助我,我将非常感激,
非常感谢,
I'm having a problem getting my MacBook set up to build iPhone apps in xCode. The iPhone Simulator locks up and shows the "spinning circle" busy icon.
I've tried everything I can think of, including
- resetting the simulator
- tried all of the different hardware options
- tried the two debug build choices in xCode.
- uninstalling the SDK and completely reinstalling
I downloaded the SDK today - "xcode_3.2.2_and_iphone_sdk_3.2_final"
I'm just upgraded from Leopard to Snow Leopard (10.6.3). I've run all the software updates. xCode version says 3.2.2 (1650)
If it matters, my MacBook is 3-4 years old, 13 inch, dual 2.16 ghz intel cores, 2 gig RAM. I've never had a single problem with it.
I would be so grateful if anyone can help me
thanks so much,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您可以访问 4.0 版本,请尝试一下,如果没有,那么我将在不同的文件夹中安装以前的 sdk 版本(或者重命名当前的开发人员文件夹或将其删除,然后在 /Developer 下安装以前的版本)并运行那个代替
if you have access to the 4.0 one, then try that, if not, then I would install a previous sdk version in a different folder (or rename your current developer folder or delete it, then install the previous version under /Developer) and run that one instead
我刚刚安装完4.0 SDK。我制作了一个新的基于 Windows 的 iPhone 应用程序(HelloWorld),并尝试构建/运行(Simulator-4.0 | 调试)
完全相同的行为...模拟器出现,彩虹旋转进度轮不断转动,
我从过程(“没有响应......”),但它相当大,我看不到任何方法将其附加到这个问题。
再次感谢
I just finished installing the 4.0 SDK. I made a new windows-based iPhone app (HelloWorld) and tried a build/run (Simulator-4.0 | Debug)
Same exact behavior... The simulator appears and the rainbow spinning progress wheel just keeps going and going
I took a sample from the process ("not responding...") but it's pretty big and I don't see any way to attach it to this question.
thanks again