[Xcode 7.0 beta]与[iOS 8.4] Could not find developer disk image

今天把手机系统更新到8.4。在使用Xcode 7beta的真机运行的时候。出现Could not find developer disk image,并且真机图标旁边出现"unavailable"字样.
在stackoverflower上找到了答案.链接:
http://stackoverflow.com/questions/30736932/could-not-find-developer-d...

解决方法:
先关闭Xcode.再从Xcode 6.4中,拷贝8.4 (12H141)文件夹到Xcode 7的对应目录下.

Xcode 6.4路径为

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

Xcode 7.0 beta路径为

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

重新打开Xcode 7,打开项目,需要等一会,等到菊花不转了,才能运行。

相关推荐