出包之后 连device 报
iphone not available
reconnect the device
是ios的版本和xcode对不上
https://developer.apple.com/support/xcode/
解决方案 下载对应sdk
放到
open /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
https://github.com/JinjunHan/iOSDeviceSupport
或是升级xcode macos。。。。
这里有骚操作
把 下载的14.1 覆盖原先的14.0
。。。。。。。这都可以。。。。只针对一台手机 另xcode12.0
然后build ue4 重新出包
打开新包的xcode工程连device
https://www.cnblogs.com/minggoddess/p/13840276.html
显示xcode版本
xcode-select -p
显示gcc版本
gcc --version
切换xcode版本
sudo xcode-select -s /Applications/Xcode113.app/Contents/Developer
切了之后 要generatefile
不然会报些奇怪的语法error
就像warning等级的问题变成error 导致build fail
这些error是clang/xcode没对上导致的 generate和build的没对上
这步是测过的 还重启电脑了