Kunal Kumar
Kunal Kumar

Reputation: 1722

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?

Upvotes: 5

Views: 521

Answers (2)

Mohan
Mohan

Reputation: 1901

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.

Upvotes: 1

Avijit Nagare
Avijit Nagare

Reputation: 8782

Your Xcode iOS SDK should not be less that Device iOS SDK you can install app as Internal Tester by TestFlight. or www.diawi.com

Upvotes: 0

Related Questions