真机调试之could not find developer disk image

        在使用Xcode 7进行真机调试的时候,有时根据真机的系统不同,会出现could not find developer disk image 错误,这是由于真机系统过高或者过低,Xcode中没有匹配的配置包文件,我们可以通过这个路径进入配置包的存放目录:

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

里面有类似这样的一些文件夹,如果这些文件夹中没有包含我们真机的系统,则不能进行真机测试,之后就会出现标题出现的情况,你可以去相应的网站下载(十几兆左右),然后复制到刚才那个路径即可.


你可能感兴趣的:(真机调试之could not find developer disk image)