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

JWTKit dependency error with fresh project #1

Open
antiero opened this issue Mar 12, 2021 · 4 comments
Open

JWTKit dependency error with fresh project #1

antiero opened this issue Mar 12, 2021 · 4 comments

Comments

@antiero
Copy link

antiero commented Mar 12, 2021

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

@adiwajshing
Copy link
Owner

Perhaps the package needs to mention the minimum version for iOS

@sanjayshreeyans
Copy link

Try updating only JWTKit, that worked for me. Make sure all your dependency are to the specified iOS version.

@jonasman
Copy link

jonasman commented Apr 1, 2023

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: /

@Brindhhaa
Copy link

I got the same error, I tried updating JWTKot separately as well, but no luck. Any pointers would be helpful to me. TY

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

5 participants