*** 的 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 就好了