升级到iOS10.2后,真机调试时Xcode运行程序到真机报错,提示Could not find developer disk image,Xcode Device栏处的真机右侧显示“(unavailable)” 把10.2 (14C89) 2.zip解压后拷贝到Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
pad升级到iOS10.1后,Xcode运行程序真机调试时报错,提示Could not find Developer Disk Image 把10.0 (14A5339a).zip解压后拷贝到Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport目录下,然后退出Xcode重新打开即可联机运行成功。
今天在进行真机调试的时候,遇到了以下问题。
Could not locate device support files.
This iPhone 6s is running iOS 10.2(14C92), which may not be supported by this version of Xcode.
见文知意,主要原因是在调试前我将iOS 升级到了最新版10.2版本,而我的Xcode8.1支持的最高版本是10.1的。
其实每次iOS SDK版本升级都会遇到相同的问题,之前遇到过