robbiehanson / CocoaAsyncSocket

Asynchronous socket networking library for Mac and iOS
Other
12.45k stars 3k forks source link

Not able to build the framework after upgrading Xcode to 14.3 #825

Closed maxim-kiselev closed 1 year ago

maxim-kiselev commented 1 year ago

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.

github-actions[bot] commented 1 year ago

This issue has been marked as stale, it will be closed automatically if there is no further activity.