使用 XCode 4.2 在设备 4.2.1 上运行
我有 xCode 4.2,并且我已经完成了有关 99 美元 ios 开发程序的所有步骤。
现在我需要在我的设备(4.2.1 中的 iPhone4)上测试我的项目,但我无法在该设备上运行该应用程序,其中 xcode 提示 Xcode 无法使用所选设备运行。
但在管理器中我的设备看起来很好,因为附近有一个绿色灯泡,就像图片中一样:
有谁知道这个问题的解决方案吗?我应该找到像 4.2.1 sdk 这样的东西添加到我的 Xcode 中吗? 非常感谢您的回答!
I have xCode 4.2, and I've done all the steps about the $99 ios dev program.
Now I need to test my project on my device, which is an iPhone4 in 4.2.1, but I failed to run the app on the device, where the xcode says Xcode cannot run using the selected device.
But in the Organizer my device seems well, because there is a green bulb nearby, like it is in the picture:
Does anyone know the solution to this problem? Should I find something like 4.2.1 sdk to add to my Xcode?
Thanks a lot for your answering!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下载最新版本的SDK,支持iOS 5.0.1。使用最新的SDK作为基础SDK。这不一定是您的应用程序支持的最旧的 iOS 版本。
如果您想在运行 iOS 4.2 的设备上支持/测试,只需转到项目构建设置并将“iOS 部署目标”设置为 4.2。
Download latest version of the SDK, the one supporting iOS 5.0.1. Use the latest SDK as the base SDK. This is not necessarily the oldest version of iOS your app will support.
If you'd like to support/test on devices running iOS 4.2, just go to project build settings and set "iOS Deployment Target" to 4.2.