此 iPhone 6 运行的是 iOS 10.1 (14B55c),此版本的 Xcode 可能不支持
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/39761247/
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
This iPhone 6 is running iOS 10.1 (14B55c), which may not be supported by this version of Xcode
提问by Code Farmer
I'm trying to run the app after I updated Xcode to v8 and iOS to v10, but this error message pops up & prevents me from doing so:
在将 Xcode 更新到 v8 并将 iOS 更新到 v10 后,我尝试运行该应用程序,但会弹出此错误消息并阻止我这样做:
This iPhone 6 is running iOS 10.1 (14B55c), which may not be supported by this version of Xcode.
此 iPhone 6 运行的是 iOS 10.1 (14B55c),此版本的 Xcode 可能不支持。
采纳答案by rmaddy
To use the iOS 10.1 beta you need to use the Xcode 8.1 beta. Xcode 8 doesn't support the iOS 10.1 beta.
要使用 iOS 10.1 测试版,您需要使用 Xcode 8.1 测试版。Xcode 8 不支持 iOS 10.1 测试版。
And now since iOS 10.1 and Xcode 8.1 are out of beta, be sure you update to the latest, non-beta of both.
现在,由于 iOS 10.1 和 Xcode 8.1 已退出测试版,请务必更新到最新的非测试版。
回答by Toland Hon
UpdateXcode 8.1 is now available on the app store, so you should just update your Xcode to the latest: https://itunes.apple.com/us/app/xcode/id497799835?mt=12
更新Xcode 8.1 现已在应用商店中提供,因此您只需将 Xcode 更新至最新版本:https: //itunes.apple.com/us/app/xcode/id497799835?mt =12
It looks like iOS 10.1 was released today, but not Xcode 8.1. If you upgraded your devices to 10.1, you'll need to download the Xcode 8.1 GM Seed in order to deploy to your devices running iOS 10.1.
看起来今天发布了 iOS 10.1,但没有发布 Xcode 8.1。如果您将设备升级到 10.1,则需要下载 Xcode 8.1 GM Seed 才能部署到运行 iOS 10.1 的设备。
You can download the 8.1 GM Seed here: https://developer.apple.com/download/
您可以在此处下载 8.1 GM 种子:https: //developer.apple.com/download/
GM Seed's are typically the final version that gets released to the app store.
GM Seed 通常是发布到应用商店的最终版本。
回答by Cheng Zheng
The public Xcode 8 release does not support iOS 10.1 beta. Apple released beta builds of macOS Sierra 10.12.1 and iOS 10.1 a few days ago. But watchOS, tvOS and Xcode are not included in Apple's public betas.
公开的 Xcode 8 版本不支持 iOS 10.1 beta。几天前,Apple 发布了 macOS Sierra 10.12.1 和 iOS 10.1 的测试版。但是 watchOS、tvOS 和 Xcode 不包含在 Apple 的公开测试版中。
回答by Andrea Mario Lufino
You need Xcode 8.1 GM to use your 10.1 device. BUT it's really absurd to release a new iOS version without releasing the respective Xcode version. Something really weird.
您需要 Xcode 8.1 GM 才能使用 10.1 设备。但是发布一个新的 iOS 版本而不发布相应的 Xcode 版本真的很荒谬。真的有什么好奇怪的。
回答by cRuiTe
- First: ios sdk download here 10.1
- Second: Copy files to: Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
- Third: Restart your Xcode
- 第一:ios sdk在这里下载10.1
- 第二:复制文件到:Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
- 第三:重启你的Xcode