Skip to content

Raise default macOS/iOS deployment target #9884

Description

@DarkDust

Report

What did you do?

Built a macOS project that includes pods which do not have the deployment target set for macOS (for example, Argon2).

What did you expect to happen?

Compile without errors and warnings.

What happened instead?

It seems that starting with Xcode 12, I get a warning when building those pods (I don't get them with Xcode 11):

The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.6, but the range of supported deployment target versions is 10.9 to 10.16.99.

Since 10.6 is ancient, it would be nice to raise the default deployment target for macOS to 10.9 to prevent this warning.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedHelp from new or existing contributors would be greatly appreciated!s7:workaround availableA workaround for the issue is available

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions