ios - 支持 iOS 10 的 Xcode 7.3.1

标签 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?提前感谢任何其他解决方案。

最佳答案

我已经上传到 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

iOS 13.0
here

iOS 13.1
here

iOS 13.5
here

iOS 13.6
here

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

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

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

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

enter image description here

在 Xcode 7.3.1 版本的 Device Support Folder 中,您目前最多只能拥有 9.3 版本的文件夹。只需将这个 iOS 10 文件夹粘贴到那里即可。

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

关于ios - 支持 iOS 10 的 Xcode 7.3.1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39864771/

相关文章:

ios - 在 iOS 应用程序中存储加密 key ?

ios - 每天旋转一个 ImageView ,即使在 Objective-C 中关闭了应用程序

ios - 属性检查器 xcode 中缺少标识符

xcode - 使用 Storyboard更改 NSWindow 大小

xcode - 如何在 SceneKit SWIFT 中添加对象

ios - 导航栏和主屏幕上的 UIImageView

objective-c - 一个部分的 UITableView 高度

objective-c - dequeueReusableCellWithIdentifier 总是返回 nil(不使用 Storyboard)

ios - 推送通知的证书和配置文件

objective-c - iPhone/iPad : Unable to copy folder from NSBundle to NSDocumentDirectory