Building with Xcode 14.3 fails with the following error and warning messages:
ld: file not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a
Carthage/Checkouts/CocoaAsyncSocket/CocoaAsyncSocket.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.4, but the range of supported deployment target versions is 11.0 to 16.4.99. (in target 'iOS CocoaAsyncSocket' from project 'CocoaAsyncSocket')
These indicate that the minimum deployment target for the library should be raised to 11.0 to support building with Xcode 14.3.
Building with Xcode 14.3 fails with the following error and warning messages:
ld: file not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a
Carthage/Checkouts/CocoaAsyncSocket/CocoaAsyncSocket.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.4, but the range of supported deployment target versions is 11.0 to 16.4.99. (in target 'iOS CocoaAsyncSocket' from project 'CocoaAsyncSocket')
These indicate that the minimum deployment target for the library should be raised to 11.0 to support building with Xcode 14.3.