5
votes

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?

2

2 Answers

1
votes

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.

0
votes

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