Reputation:
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
Upvotes: 3
Views: 2250
Reputation: 318794
iOS 10.1 requires Xcode 8.1. So you need to get 8.1 installed then you can add the soft link.
Upvotes: 2