关于使用xcode7进行真机测试出现 "could not find developer disk image"

问题描述:

手机系统iOS8.4

xcode7.0

进行编译时出现  "could not find developer disk image"

解决方法:

这是因为在xcode7.0的真机支持手机系统库里面缺少了对iOS8.4的支持,我们现在需要将支持iOS8.4的一个库粘贴到xcode7的根目录下,就OK了.

具体操作步骤:

(1)你需要有xcode6.4,找到应用程序里面的xcode6.4,右键显示包内容,找到 

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

这个目录,我们会看到 有 "8.4 (12H141)" 这样的一个文件夹,点击拷贝;

(2)粘贴到xcode7.0的 

/Applications/Xcode7.0.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

目录下,就OK了.

鉴于有些同学可能没有安装xcode6.4,我将这个文件夹上传到了CDSN资源库里面,大家可以免费下载.

下载地址: 点击打开链接

http://download.csdn.net/detail/a892445213/8867693

发布了10 篇原创文章 · 获赞 0 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/a892445213/article/details/46753865