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

Package.swift has incorrect platform version #129

Closed
megajess opened this issue Nov 5, 2019 · 2 comments
Closed

Package.swift has incorrect platform version #129

megajess opened this issue Nov 5, 2019 · 2 comments

Comments

@megajess
Copy link

megajess commented Nov 5, 2019

Which version of the WSTagsField are you using?

E.g. 5.2.0

On which platform does the issue happen?

E.g. < iOS 13.0

Are you using Carthage?

no

Are you using Cocoapods?

no

Which version of Xcode are you using?

(11.2)

What did you do?

I added WSTagsField as a new Package Dependency and when I compile I get an error that the minimum iOS version for WSTagsField is iOS 13. Upon looking at the Package.swift file I see the platform is listed as 13, but in the wiki it states iOS 9 in the minimum. I have used this library before but with Carthage and had no problems targeting platforms < iOS 13.

platforms: [
        .iOS(.v13)
    ],

What did you expect to happen?

For it to compile.

What happened instead?

It did not compile.

@ricardopereira
Copy link
Member

@megajess Thanks, it makes sense.

@ricardopereira
Copy link
Member

Fixed on v5.3.1.

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

2 participants