关于xcode7真机测试出现 could not find developer disk image 问题,主要缺少了此文件夹,将其放到 /Applications/Xcode7.0.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 目录下就OK了.
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上
iOS7.0 7.1 SDK, 下载解压后放入Xcode的路径下/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport,解决 Could not find Developer Disk Image
在Xcode7.0及以上版本中编译iOS APP时,默认会使用iOS9的一项新特性,使得所有http连接被禁用,项目里使用的API没有https支持,就悲剧了。差了官方文档,有这么一段话
App Transport Security
App Transport Security (ATS) enforces best practices in the secure connections between an app and its back end. ATS prevents acciden