We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Testing in Xcode 12.3, macOS Big Sur 11.1
Added Queenfisher Swift Package dependency via File > Swift Packages > Add Package Dependency... Pasted in the Queenfisher Git URL: https://github.com/adiwajshing/Queenfisher.git
When I try an import of Queenfisher I get a JWKit package product error:
The package product 'JWTKit' requires minimum platform version 13.0 for the iOS platform, but this target supports 9.0
The text was updated successfully, but these errors were encountered:
Perhaps the package needs to mention the minimum version for iOS
Sorry, something went wrong.
Try updating only JWTKit, that worked for me. Make sure all your dependency are to the specified iOS version.
same issue, im importing this to use in an app Compiling for iOS 11.0, but module 'JWTKit' has a minimum deployment target of iOS 13.0: /
Compiling for iOS 11.0, but module 'JWTKit' has a minimum deployment target of iOS 13.0: /
I got the same error, I tried updating JWTKot separately as well, but no luck. Any pointers would be helpful to me. TY
No branches or pull requests
Testing in Xcode 12.3, macOS Big Sur 11.1
Added Queenfisher Swift Package dependency via File > Swift Packages > Add Package Dependency...
Pasted in the Queenfisher Git URL: https://github.com/adiwajshing/Queenfisher.git
When I try an import of Queenfisher I get a JWKit package product error:
The package product 'JWTKit' requires minimum platform version 13.0 for the iOS platform, but this target supports 9.0
The text was updated successfully, but these errors were encountered: