今天把手机升级到 ios9.3,然后真机测试就出现 could not find developer disk image
在使用Xcode进行真机调试的时候,有时根据真机的系统不同,会出现could not find developer disk image 错误,这是由于真机系统过高或者过低,Xcode中没有匹配的配置包文件,我们可以通过这个路径进入配置包的存放目录:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
里面有类似这样的一些文件夹,如果这些文件夹中没有包含我们真机的系统,则不能进行真机测试。但是我们可以通过将相应的配置包添加入这个文件夹来解决问题
通过下载最新的Xcode 然后把最新XCode包目录:Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 下支持的ios版本复制移到旧版本的同目录下,达到旧版本Xcode支持新的ios系统的目的