简体   繁体   English

将Xcode 7.3.1与iOS 10.1(14B67)设备配合使用

[英]Use Xcode 7.3.1 with iOS 10.1 (14B67) device

I'm using Xcode 7.3.1 (7D1014) . 我正在使用Xcode 7.3.1 (7D1014) I want to install my app on an iPhone 7 plus with iOS 10 (14B67) . 我想在iOS 10 (14B67)的iPhone 7 plus上安装我的应用程序。

I have the 10.0 (14A345) folder from Xcode 8 in Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport . 我在Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport来自Xcode 8的10.0 (14A345)文件夹。

I used this code ln -s /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.1\\ \\(14B67\\)/ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport in Terminal to create an alias named 10.1 (14B67) . 我用了这段代码ln -s /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.1\\ \\(14B67\\)/ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport终端中的ln -s /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.1\\ \\(14B67\\)/ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport创建名为10.1 (14B67)的别名。

The DeviceSupport-folder looks like this: DeviceSupport文件夹如下所示: DeviceSupport文件夹

But I'm still getting Could not find Developer Disk Image when trying to build on my iPhone device. 但是当我尝试在我的iPhone设备上构建时,我仍然Could not find Developer Disk Image

What can I do? 我能做什么?

UPDATE UPDATE

The only solution seems to have the original 10.1 (14B65) folder. 唯一的解决方案似乎有原始的10.1(14B65)文件夹。 You can download the folder for 10.1 (14B65) here: http://www.filedropper.com/showdownload.php/10114b65 您可以在此处下载10.1(14B65)的文件夹: http//www.filedropper.com/showdownload.php/10114b65

iOS 10.1 requires Xcode 8.1. iOS 10.1需要Xcode 8.1。 So you need to get 8.1 installed then you can add the soft link. 所以你需要安装8.1然后你可以添加软链接。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM