iOS 10.1 和 Xcode 8 问题
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/40226874/
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
iOS 10.1 and Xcode 8 issue
提问by arcade16
Just installed iOS 10.1 (non beta) today, as well as the latest (non-beta) version of Xcode via the App Store and am encountering the following error:
今天刚刚安装了 iOS 10.1(非测试版),以及通过 App Store 安装的最新(非测试版)Xcode 版本,但遇到以下错误:
My Xcode version:
我的 Xcode 版本:
Any and all suggestions would be welcome! Anyone else running into this?
欢迎任何和所有建议!还有其他人遇到这个吗?
回答by Rafat touqir Rafsun
Here is my quick,temporary solution for XCode 9.3+ release, Download the file iOS 11.3 build from Xcode 9.3
这是我针对 XCode 9.3+ 版本的快速临时解决方案,从 Xcode 9.3下载文件 iOS 11.3 build
- Close the Xcode first
- Download the 10.1 / 10.2 / 10.3 / 11.4+ or both folder from gDrive
- Copy the extracted 10.1, 10.2, 10.3, 11.4+folders to this directory /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
- Open Xcode again and wait to sync
- Run on iOS 10.1~11.4devices - Voilà
- 首先关闭Xcode
- 从 gDrive 下载 10.1 / 10.2 / 10.3 / 11.4+ 或两者文件夹
- 将提取的10.1、10.2、10.3、11.4+文件夹复制到此目录 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
- 再次打开Xcode并等待同步
- 在 iOS 10.1~11.4设备上运行- Voilà
回答by Jonah
iOS 10.1 support wasn't added until Xcode 8.1 which is currently available as a GM release from https://developer.apple.com/download/
直到 Xcode 8.1 才添加了 iOS 10.1 支持,Xcode 8.1 目前可从https://developer.apple.com/download/以 GM 版本的形式提供