简体   繁体   中英

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?

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 .

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM