Skip to content

Can't compile using carthage on Xcode 14.3.1 #284

@NejedlyJan

Description

@NejedlyJan

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions