Skip to content

[Carthage] IPHONEOS_DEPLOYMENT_TARGET on Xcode project does not match the SPM target. #402

@ajamaica

Description

@ajamaica

There is a discrepancy on the current IPHONEOS_DEPLOYMENT_TARGET and the supported versions on SPM.

The IPHONEOS_DEPLOYMENT_TARGET is set to 12 which limits the compatibility versus the current RxSwift library. This only happens when using the Xcode Project (like on Carthage and Cocoapods). It might be a simple mistake but if we can match and set the compatibility with RxSwift we can gain a bit by not doing much.

It can be easily fix by just lowering down the IPHONEOS_DEPLOYMENT_TARGET on the xcode project file (Someone actually attempt fix this #399).

Activity

changed the title [-]IPHONEOS_DEPLOYMENT_TARGET on Xcode project does not match the SPM target.[/-] [+][Carthage] IPHONEOS_DEPLOYMENT_TARGET on Xcode project does not match the SPM target.[/+] on Jun 4, 2021
ElonPark

ElonPark commented on Aug 28, 2021

@ElonPark
Member

#399 is merged in main branch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Participants

      @ajamaica@ElonPark

      Issue actions

        [Carthage] IPHONEOS_DEPLOYMENT_TARGET on Xcode project does not match the SPM target. · Issue #402 · RxSwiftCommunity/RxDataSources