Xcode 7.3.1支持iOS 10

时间:2016-10-05 03:03:13

标签: ios xcode

现在我有一个基于Xcode 7.3.1的应用程序运行良好。但是当我想将应用程序安装到iOS 10设备时,就出现了一个问题。据说"无法找到开发者磁盘映像"。所以我找到了一个解决方案:https://danielemargutti.com/solve-xcodes-could-not-find-developer-disk-image-error-how-to-run-projects-in-ios-10-device-using-xcode-7/

但是," /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport"中没有10.0文件夹。所以我找到了一种简单的方法(看起来像)来安装7.3.1和8版本,这是:https://www.quora.com/What-is-the-best-advice-to-install-Xcode-8-beta-alongside-Xcode-Version-7-3-1

问题是如何才能下载10.0文件夹而不是安装Xcode 8并进行链接或复制/粘贴到Xcode 7.3.1中?在此之前感谢任何其他解决方案。

3 个答案:

答案 0 :(得分:43)

我已经在Dropbox上传了

iOS 10.0
here

iOS 10.1
here

iOS 10.2
here

iOS 10.3
here

iOS 11.0
here

iOS 11.1
here

iOS 11.2
here

iOS 11.3
here

iOS 11.4
here

iOS 12.0
here

iOS 12.1
here

iOS 12.2
here

下载并解压缩。

注意: Swift 2.3 支持不适用于 Xcode 8.3 +版本

转到您的应用程序 - > Xcode 7.x版本。
右键单击它并单击显示包装内容,然后导航到以下路径: -

render(): ReactElement<any> {
          return (
            <WebView
              style={{
                backgroundColor: BGWASH,
                height: 100,
              }}
              source={require('./helloworld.html')}
              scalesPageToFit={true}
              injectedJavaScript="var a = 1;"
            />
          );
        }

将解压缩的文件夹(iOS 10.0)粘贴到上述路径中。它看起来像这样。

enter image description here

在Xcode 7.3.1版本的设备支持文件夹中,您目前只有9.3的文件夹。只需在此处粘贴此iOS 10文件夹即可。

最后,退出并重新启动您的Xcode并插入您的iOS 10设备。

答案 1 :(得分:1)

打开Finder并从其顶部菜单中单击“开始”,然后单击“转到文件夹...”

你会看到一个提示,然后将其粘贴到那里,

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
  • 您将被重定向到“DeviceSupport”文件夹。
  • 现在,从下面链接下载文件夹并解压缩

https://drive.google.com/file/d/0B_9nnatiB3jRaElIeDQzWXNzeEU/view?usp=sharing

  • 将该文件夹复制并粘贴到“DeviceSupport”文件夹中。
  • 重启XCode并享受:)

答案 2 :(得分:1)

您可以从here

下载 iOS 11 官方开发者磁盘映像

解压缩&amp;将其粘贴到

应用程序&gt;右键单击Xco​​de&gt;显示包内容并按照以下目录重新启动XCode。

/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport /