Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't compile using carthage on Xcode 14.3.1 #284

Open
NejedlyJan opened this issue Jul 3, 2023 · 0 comments
Open

Can't compile using carthage on Xcode 14.3.1 #284

NejedlyJan opened this issue Jul 3, 2023 · 0 comments

Comments

@NejedlyJan
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant