*** 的 iphone (unavaliable)
Could not find Developer Disk Image
在xcode7 beta 真机调试时出现的以上报错时,很有可能是因为你的手机系统是ios 8.4 而 xcode7 beta 不支持 8.4 的版本
修改方法:
前提,你安装了 xcode6.4正式版
ln -s /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/8.4\ \(12H141\) /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
或者把
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/8.4\ \(12H141\)
直接拷贝到
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/重启xcode 7 beta , 在 Product 选择 clean 就好了
当在Xcode7Beta中进行真机调试时,若遇到无法找到Developer Disk Image的错误提示,可能是由于手机运行的是iOS8.4版本而Xcode7Beta不支持此版本。解决方法是在已安装Xcode6.4正式版的前提下,通过特定路径进行文件软链接或直接复制操作,确保Xcode7Beta能够正确识别并使用所需设备支持文件,从而顺利进行调试。
2331

被折叠的 条评论
为什么被折叠?



