Queenfisher icon indicating copy to clipboard operation
Queenfisher copied to clipboard

JWTKit dependency error with fresh project

Open antiero opened this issue 3 years ago • 4 comments

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

antiero avatar Mar 12 '21 14:03 antiero

Perhaps the package needs to mention the minimum version for iOS

adiwajshing avatar Mar 19 '21 18:03 adiwajshing

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

sanjayshreeyans avatar Jan 20 '22 01:01 sanjayshreeyans

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

jonasman avatar Apr 01 '23 11:04 jonasman

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

Brindhhaa avatar May 30 '23 05:05 Brindhhaa