简体   繁体   English

如何在iOS9.2上修复Xcode错误“无法找到开发人员磁盘映像”

[英]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 我正在尝试使用Xcode 7.1.1在iOS 9.2设备上测试我的应用程序,并收到错误消息

“Could not find Developer Disk Image”. “无法找到开发人员磁盘映像”。

Googled and found that, this is due to the Version Mismatch between Xcode deployment target and iOS version. 谷歌搜索并发现,这是由于Xcode部署目标和iOS版本之间的Version Mismatch On Xcode 7.1, I can see the deployment target till iOS 9.1 only. 在Xcode 7.1上,我只能看到deployment target直到iOS 9.1。

So, I do understand that have to update my Xcode to the 7.2 version for deployment target iOS 9.2. 所以,我明白必须将我的Xcode更新为7.2版本,以便部署目标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? 有没有有效的方法在iOS 9.2设备上使用Xcode 7.1测试我的应用程序?

Fix it by downloading XCode 7.2 dmg and installed it as a new copy. 通过下载XCode 7.2 dmg并将其安装为新副本来修复它。

or 要么

Uninstall exiting one and directly download new version of xcode from App Store. 卸载退出并直接从App Store下载新版本的xcode。

Have look on same thread in SO . 在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. 您的Xcode iOS SDK不应该低于您可以通过TestFlight将内部测试程序安装应用程序的iOS iOS SDK。 or www.diawi.com 或www.diawi.com

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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