设备升级iOS10后,Xcode运行程序到真机报错,提示Could not find developer disk image ,下载后放在$Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 这个路径下面就好了
iOS10 SDK, 下载解压后放入Xcode的路径下/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport,解决 Could not find Developer Disk Image 问题
Xcode7.2上的程序运行在系统为iOS10.0.2的真机上时,会报如下错误:Could not find Developer Disk Image;需要把上述文件复制到下述路径/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
升级iOS10.0.2后,Xcode运行程序到真机报错,提示Could not find developer disk image,Xcode Device栏处的真机右侧显示“(unavailable)”,手机系统版本iOS是10.0.2,Xcode7.3.从Xcode8中抽取的文件添加到Xcode7.3上
iOS10.1 SDK, 下载解压后放入Xcode的路径下/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport,解决 Could not find Developer Disk Image