- 增加xcode真机运行包
1.1 复制一份旧的SDK,并重新命名为真机测试需要的SDK版本
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer
1.2. 进入刚刚复制的sdk文件夹下,把里面所有跟版本相关的改成当前版本
1.3.去这里下载对应的真机调试包,然后复制到下面路径里
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
-
报错重启手机
解决办法:
重启手机 -
清除xcode真机运行包的缓存
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620388
解决办法:
前往文件夹:/用户/xx/资源库/Developer/Xcode/DerivedData/,把 DerivedData里面的缓存文件都删除,然后clean一下项目,再run,就可以了!