iOS----------developerDiskImage

时间:2022-10-17 16:53:20

真机测试时提示Could not find Developer Disk Image.这该怎么办????

这是由于真机系统过高或者过低,Xcode中没有匹配的配置包文件,我们可以通过这个路径进入配置包的存放目录: 
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

将需要的配置包加入到这个文件夹来解决问题。

iOS----------developerDiskImage