Use Xcode 7.3.1 with iOS 10.1 (14B67) device

房东的猫 提交于 2019-12-10 10:07:48

问题


I'm using Xcode 7.3.1 (7D1014). I want to install my app on an iPhone 7 plus with iOS 10 (14B67).

I have the 10.0 (14A345) folder from Xcode 8 in Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport.

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).

The DeviceSupport-folder looks like this:

But I'm still getting Could not find Developer Disk Image when trying to build on my iPhone device.

What can I do?

UPDATE

The only solution seems to have the original 10.1 (14B65) folder. You can download the folder for 10.1 (14B65) here: http://www.filedropper.com/showdownload.php/10114b65


回答1:


iOS 10.1 requires Xcode 8.1. So you need to get 8.1 installed then you can add the soft link.



来源:https://stackoverflow.com/questions/39933303/use-xcode-7-3-1-with-ios-10-1-14b67-device

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!