Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Fix Xcode Error “Could not find Developer Disk Image” on iOS9.2

I am trying to test my app on iOS 9.2 device using Xcode 7.1.1, and getting the error message

“Could not find Developer Disk Image”.

Googled and found that, this is due to the Version Mismatch between Xcode deployment target and iOS version. On Xcode 7.1, I can see the deployment target till iOS 9.1 only.

So, I do understand that have to update my Xcode to the 7.2 version for deployment target iOS 9.2. But i don't wanna do the update.

Is there any valid way to test my app using Xcode 7.1 on iOS 9.2 device?

like image 963
Kunal Kumar Avatar asked Nov 08 '22 22:11

Kunal Kumar


1 Answers

Fix it by downloading XCode 7.2 dmg and installed it as a new copy.

or

Uninstall exiting one and directly download new version of xcode from App Store.

Have look on same thread in SO . If you go for update there also some problem have look on this.

like image 56
Mohan Avatar answered Nov 14 '22 23:11

Mohan