adiwajshing / Queenfisher

Cross-platform Google APIs for Swift built on Codable & NIO
MIT License
25 stars 8 forks source link

JWTKit dependency error with fresh project #1

Open antiero opened 3 years ago

antiero commented 3 years ago

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 commented 3 years ago

Perhaps the package needs to mention the minimum version for iOS

sanjayshreeyans commented 2 years ago

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

jonasman commented 1 year ago

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 commented 1 year ago

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