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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 09:29:12  来源:igfitidea点击:

iOS 10.1 and Xcode 8 issue

iosobjective-cswiftxcode

提问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 版本,但遇到以下错误:

enter image description here

在此处输入图片说明

My Xcode version:

我的 Xcode 版本:

enter image description here

在此处输入图片说明

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

  1. Close the Xcode first
  2. Download the 10.1 / 10.2 / 10.3 / 11.4+ or both folder from gDrive
  3. Copy the extracted 10.1, 10.2, 10.3, 11.4+folders to this directory /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
  4. Open Xcode again and wait to sync
  5. Run on iOS 10.1~11.4devices - Voilà
  1. 首先关闭Xcode
  2. 从 gDrive 下载 10.1 / 10.2 / 10.3 / 11.4+ 或两者文件夹
  3. 将提取的10.1、10.2、10.3、11.4+文件夹复制到此目录 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
  4. 再次打开Xcode并等待同步
  5. 在 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 版本的形式提供