You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ld: file not found: /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a
clang: error: linker command failed with exit code 1 (use -v to see invocation)
.../Carthage/Checkouts/ReactiveKit/ReactiveKit.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to 16.4.99. (in target 'ReactiveKit-iOS' from project 'ReactiveKit')
** ARCHIVE FAILED **
The issue seems to be that libarclite was removed and all dependencies need to have at least iOS 11.0 as IPHONEOS_DEPLOYMENT_TARGET. I think Bond needs to be updated as well as it has minimum iOS target 10.0.
Thanks
The text was updated successfully, but these errors were encountered:
When trying to compile I get error
The issue seems to be that
libarclite
was removed and all dependencies need to have at least iOS 11.0 asIPHONEOS_DEPLOYMENT_TARGET
. I think Bond needs to be updated as well as it has minimum iOS target 10.0.Thanks
The text was updated successfully, but these errors were encountered: