0

当我连接我的 iPad 并打开 Xcode 时,有一条消息说:

“iPad”上的 iOS 版本与使用此 iOS SDK 安装支持开发的任何 iOS 版本不匹配。请将设备恢复到以下列出的操作系统版本,或更新到最新版本的 iOS SDK;可在此处获得。

安装在 iPad 5.1 (9B176) 上的操作系统

Xcode 支持的 iOS 版本 最新 5.0 (9A334) 4.3 4.2 3.2.2 3.2.1 3.2 3.1.3 3.1.2 3.1.1 3.1 3.0.1 3.0

有什么想法吗?

谢谢

4

3 回答 3

0

如果您转到管理器并单击设备,然后单击“使用此设备进行开发”,它将为新的 iOS 版本提取所有正确的符号。如果出现损坏符号的问题,您还可以删除派生数据并重新连接设备并重复上述操作。

于 2012-04-12T17:59:24.730 回答
0

您需要升级到 Xcode 4.3 才能在您的设备上对其进行测试,不幸的是,没有其他方法可以解决这个问题。不过,您应该能够在模拟器上运行。

于 2012-04-12T18:57:37.693 回答
-1

You need Xcode 4.3.1, which has iOS SDK 5.1 included. Your current version of Xcode has support for only iOS SDK 5.0 (and below). Your device has iOS SDK 5.1, so your version of Xcode (4.2) doesn't know how to use it. This doesn't mean you cannot continue to use Xcode 4.2 for development and simulator work. You just cannot put anything you create using Xcode 4.2 on your iOS 5.1 device.

Best to upgrade Xcode and stay current, in my view, however. Xcode 4.3.1 is available only via the Mac App Store and you will have to be running Lion.

于 2012-04-12T18:37:39.947 回答