xcode 更新到最新版本的 iOS SDK
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/23285234/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Update to the latest version of the iOS SDK
提问by Madhu
I am using xcode(5.0) and my device is having 7.1.1 (11D201)
我正在使用 xcode(5.0) 而我的设备有 7.1.1 (11D201)
my device is not appearing in xcode
我的设备没有出现在 xcode 中
in organizer i am getting as below
在组织者中我得到如下
The version of iOS on “Device_name” is not supported by 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.
此 iOS SDK 安装不支持“Device_name”上的 iOS 版本。请将设备恢复到下面列出的操作系统版本,或更新到最新版本的 iOS SDK。
thanks in advnace
预先感谢
回答by Yogi
The current version of your Xcode doesn't support iOS version >7.0. You need to upgrade your Xcode. You can get a latest version from Mac App Store.
您的 Xcode 当前版本不支持 iOS 版本 >7.0。您需要升级您的 Xcode。您可以从 Mac App Store 获取最新版本。
回答by Woodstock
You need to open the Mac App Store or the Devloper Portal and download the latest version of Xcode / iOS SDK.
您需要打开 Mac App Store 或 Devloper Portal 并下载最新版本的 Xcode / iOS SDK。
回答by roman
You do need latest xcode 5.1, however, once you open your project in xcode 5.1 and select device you want to use. You can then go back to xcode 5.0 and it will work there as well.
您确实需要最新的 xcode 5.1,但是,一旦您在 xcode 5.1 中打开您的项目并选择要使用的设备。然后你可以回到 xcode 5.0,它也可以在那里工作。