xcode打包之xcode版本低不支持高版本系统的手机 iPhone is busy: Preparing debugger support for iPhone

今天用xcode打测试包,进行性能测试,报错:

this iPhone7 Plus is running IOS11.3(15E216),which may not be supported by this verson of Xcode.

解决方法非常简单: 安装Xcode 真机调试包!

步骤:

1.点击桌面 按command+shift+G 

2./Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 点击前往 

配置文件路径~/Library/MobileDevice/Provisioning Profiles 

直接找到版本的真机调试包,解压缩到devicesupport文件夹里就好了!

真机调试包传送带:

链接: https://pan.baidu.com/s/1nTDAYdvuGRwh-7QrTZtcgQ 密码: 6pmv


再次打包报错:

iPhone is busy: Preparing debugger support for iPhone

解决方法:Xcode9后出现的警告框,退出xcode,重启手机

猜你喜欢

转载自blog.csdn.net/qq_30758629/article/details/80814168