如何使用 xcode 4 让我的 ios PhoneGap 应用程序在模拟器中运行?
这对我来说是一个反复出现的问题,在进行任何类型的更新后,我无法再在模拟器(任何模拟器)中运行我的应用程序。最近我更新到了phonegap 1.1.0。现在,当我运行该应用程序时,我只收到消息“构建成功”,但没有与模拟器相关的消息或活动,它只是不会弹出,而且我没有收到任何错误消息。我不确定在之前的更新(例如 xcode 4 和 PhoneGap 1.0.0)之后我是如何克服这个问题的,但这一次似乎更糟。
是否有我需要设置的构建设置或构建阶段,如果需要设置哪个以及设置什么?
This is a recurring problem for me, after any sort of update I can no longer run my app in the simulator - any simulator. Most recently I updated to phonegap 1.1.0. Now when I run the app I only get the message Build Succeeded but no message or activity relating to the simulator, it just doesn't popup and i get no error messages. I'm not sure how I got past this after previous updates (eg to xcode 4 and to phonegap 1.0.0) but this time it seems worse.
Is there a build setting or build phase i need to set, if so which and to what?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了解决这个问题,我必须重新创建该项目。考虑到我的 svn 设置不是很顺利,这是一个痛苦。
to get around this problem i had to recreate the project. a pain given my svn setup is not very smooth.