Skip to content

Minimum Platform Error when Building with a MacOS Target #29

@TankTheMcFrank

Description

@TankTheMcFrank

When trying to compile a project with a MacOS target:
"The package product 'SwiftfulRecursiveUI' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.14"

Minimum MacOS target set in my project: 12.0

Upon investigation, SwiftfulUI supports 10.14 and above, while SwiftfulRecursiveUI supports 12.0 and above. This discrepancy throws an error and prevents using this package with a MacOS application.

Recommend normalizing the minimum platform versions between SwiftfulRecursiveUI and SwiftfulUI.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions