xcode 4.2 with ios5.1

时间:2012-04-05 07:34:15

标签: xcode

我有OS X 10.7.2的Xcode版本4.2,我试图在运行iOS 5.1的新iPad上安装我们的应用程序。问题是Xcode无法将iPad识别为可部署设备。我知道这是一个常见问题,但请仔细阅读。

我在组织者中得到这个:(在推动“用于开发”之后)

The version of iOS on “iPad” does not match any of the versions of iOS supported for development with this installation of the iOS SDK. Please restore the device to a version of the OS listed below, or update to the latest version of the iOS SDK; which is available here.


OS Installed on iPad
5.1 (9B176)

Xcode Supported iOS Versions
Latest
5.0 (9A334)
4.3
4.2

现在我知道为了将iOS 5.1设备连接到Xcode,我需要最新版本的Xcode,但是我可以将另一部带有iOS 5.1的iPhone连接到同一个Xcode并部署应用程序。

为什么?

它们之间唯一不同的是,这款iPhone以前连接到Xcode,而iPad则没有。我确实设法用iOS 5.1安装iPhone应用程序!

这里发生了什么?如果我可以安装到5.1,我不想安装新的Xcode。

感谢。

1 个答案:

答案 0 :(得分:0)

Xcode不会让你构建到高于它支持的iOS版本,在这种情况下使用Xcode 4.2,你将无法部署到iOS 5.1。我建议更新到OS X Lion 10.7.3并下载4.3.2版本的Xcode。这样做任何你都可以毫无问题地部署到5.1设备。除此之外,第二个设备不应该能够从Xcode接收构建。请检查并查看有问题的设备是否实际上运行iOS 5.0.1而不是5.1,因为5.1将无法在Xcode 4.2和5.0.1上运行。