kylef / JSONWebToken.swift

Swift implementation of JSON Web Token (JWT).
http://jwt.io
BSD 2-Clause "Simplified" License
763 stars 225 forks source link

Redefinition of module 'CommonCrypto' #129

Open raju-simbesi opened 3 years ago

raju-simbesi commented 3 years ago

Hi,

Getting too many issues after installed the pod -- pod 'JSONWebToken' --- is it still working with the latest version or not?

steadman1 commented 3 years ago

Im also getting multiple (around 23) compiler errors when I attempt building my Swift 5 app with JWT installed. Anyone found the issue?

Screen Shot 2021-09-25 at 4 23 05 PM
Chuntianhong commented 2 years ago

I also faced the same issue. Did you find the solution?

Chuntianhong commented 2 years ago

This was resolved with the way in the following link. https://github.com/kylef/JSONWebToken.swift/issues/116