Swift-JWT icon indicating copy to clipboard operation
Swift-JWT copied to clipboard

Can't install Swift-JWT through Pod

Open magar91 opened this issue 4 years ago • 3 comments

I tried installing with pod but I get this message:

Specs satisfying the `SwiftJWT` dependency were found, but they required a higher minimum deployment target.

This is on a newly created project with Xcode 11.2.1

magar91 avatar Nov 23 '19 15:11 magar91

any update on this issue ?

adhityasp avatar Dec 03 '19 07:12 adhityasp

Have you tried raising the minimum deployment target?

pouty18 avatar Jan 06 '20 23:01 pouty18

In your Xcode project, go to the target and raise your targeted version number to something higher. I would download their example here by cloning the repo and opening it up, you can see what version they target in the project, but you can also get the info from Cocoapods.

DanBurkhardt avatar Feb 17 '20 02:02 DanBurkhardt