有什么方法可以为 Xcode 获取 iOS 11 的 Developer Disk Image 吗?

Is there any way of obtaining Developer Disk Image of iOS 11 for Xcode?

目前我正在使用安装了 Xcode 8 的 macOS Sierra。我刚刚将我的设备更新为 iOS 11,这是我的主要开发设备。我无法再构建我正在使用的应用程序,因为 Xcode 8 没有 iOS 11 开发磁盘映像。有没有办法获取图像(无需安装 Xcode 9)或者我必须返回 iOS 10 才能构建到我的设备?

这可能会解决您的问题:

另一方面,安装 iOS11 后几乎不可能恢复到 iOS10。Apple 对此进行了深入检查,以防止人们安装较旧且可能不安全的版本版本。您可以在第 6 页第二段的 Apple iOS10 Security Documentation 中阅读此内容。

按照以下步骤获取您的 Xcode 8,与 iOS 11.

一起工作
  1. Download Xcode 9 图片文件 iOS 11 beta
  2. 将 iOS 11.0 映像文件复制到系统中的以下位置:~/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

  1. 创建符号 Link 使用:
    sudo ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/11.0\ \(15A5278f\) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/11.0
  2. 重新启动Xcode。

Here.下载开发者磁盘映像 并将这两个文件夹复制到下面提到的路径。

首先打开 Spotlight 搜索并转到您的 xcode 并右键单击 -> 显示包内容 Contents -> Developer -> Platforms -> iPhoneOS.platform -> DeviceSupport

跳过上面的广告link然后就可以下载

下载所有较旧和最新的磁盘映像平台版本 Here