Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode error "Could not find Developer Disk Image"

Tags:

xcode

ios

iphone

When attempting to run a build on a connected iOS device in Xcode I get the error:

Could not find Developer Disk Image

Screenshot of error message

I saw that there was a public beta for Xcode, so I installed it.

One of the new features is that you don't need to have a Developer Program Account Dingus to upload your app directly to your iPhone.

However, on my iPhone 4s, I also did a public beta update to iOS 8.4, problem being, that there's no Developer Disk Image available for it.

Where do I to find it or how can it be fixed?

like image 696
Nathan Kramer Avatar asked Jun 09 '15 15:06

Nathan Kramer


2 Answers

For people who would have similar problems in the future, beware that this problem is fundamentally rooted in the mismatch of your iOS version and Xcode version.

Check the compatibility of iOS and Xcode.

like image 67
Santhosh Gandhe Avatar answered Sep 19 '22 15:09

Santhosh Gandhe


I personally downloaded Xcode 6.4 beta and 7.0 beta and I was very happy to find the solution by searching "8.4" inside the application folder of the 6.4 beta. By doing this, I found the folder 8.4 (12H4125a) containing the iOS 8.4 image and I copied this folder to the same path of the 7.0 beta. The path is the following:

/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport  

When you will reopen Xcode 7 and choose your device, there will be an error message; just click on fix issue and that should do it!

like image 23
Nicola D. Avatar answered Sep 20 '22 15:09

Nicola D.