iOS开发 - 升级Xcode 14.3 可能会遇到的问题

Missing file libarclite_iphoneos.a
解决方案:https://stackoverflow.com/questions/75574268/missing-file-libarclite-iphoneos-a-xcode-14-3

sync error: some files could not be transferred (code 23) at /Sources/rsync/rsync/main.c
Command PhaseScriptExecution failed with a nonzero exit code
解决方案:https://github.com/CocoaPods/CocoaPods/issues/11808

如果是RN项目,还可能会遇到:Yoga.cpp issue with Xcode 14.3 (14E222b) #36758
解决方案:https://github.com/facebook/react-native/issues/36758

你可能感兴趣的:(xcode,macos,ide)