I got the following error when building for iOS with Xcode 14.3.
ld: file not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a
So I manually updated the minimal deployment version setting to 11.0 and the build works!