本文介绍了iOS 10.1和Xcode 8问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
今天刚安装了iOS 10.1(非测试版),以及通过App Store安装的最新(非测试版)Xcode,遇到以下错误:
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:
我的Xcode版本:
欢迎任何和所有建议!遇到其他任何人?
Any and all suggestions would be welcome! Anyone else running into this?
推荐答案
这是我对XCode 9.3+版本的快速临时解决方案,
下载文件
Here is my quick,temporary solution for XCode 9.3+ release,Download the fileiOS 11.3 build from Xcode 9.3
- 首先关闭Xcode
- 从下载10.1 / 10.2 / 10.3 / 11.4+或两个文件夹gDrive
- 将解压缩的 10.1,10.2,10.3,11.4 + 文件夹复制到此目录
/Applications/Xcode.app /Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport - 再次打开Xcode并等待同步
- 运行在iOS 10.1~11.4 设备上 - Voilà
- 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.4 devices - Voilà
这篇关于iOS 10.1和Xcode 8问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!