-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Description
When trying to compile I get error
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
Metadata
Metadata
Assignees
Labels
No labels