Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 7.1 with iOS 9.2 Error (Could not find Developer Disk image) [duplicate]

I have iOS 9.2 (13C71) installed on my iPhone 5, and I'm enrolled as an Apple Developer.

On my Macbook Pro, I have XCode 7.1 and OSX El Capitan.

When I try to run a project on my phone, is gives the error - "Could not find Developer Disk Image".

Does anyone know what's wrong?enter image description here

like image 942
Movin Jain Avatar asked Nov 24 '15 03:11

Movin Jain


2 Answers

Found out the answer. Went to Xcode website. They clearly say that Xcode 7.1 does not include iOS 9.2 beta sdk.

Upgraded my Xcode to 7.2 beta by downloading it from the Xcode website

It works now, and I'm able to run the app on my phone :-)

Thanks to Muhammad for the suggestion!

like image 138
Movin Jain Avatar answered Nov 01 '22 12:11

Movin Jain


It is worth pointing out that Xcode 7.2 is available in the Mac App Store now. You don't need to go to the Apple Developer site and get a Beta.

Having said that, the basic facts haven't changed. If you want to use Xcode and iOS 9.2, make sure to use Xcode to 7.2 or greater.

like image 9
Geoffrey Wiseman Avatar answered Nov 01 '22 11:11

Geoffrey Wiseman