You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I folk this repo and try to make it support Carthage but when I run the build. There is an error like this
Swift-JWT/.build/checkouts/BlueRSA/Sources/CryptorRSA/CryptorRSAKey.swift:338:15: error: 'SecCertificateCopyPublicKey' is only available on iOS 10.3 or newer
letkey=SecCertificateCopyPublicKey(certData)
The text was updated successfully, but these errors were encountered:
@kiroskirin
I have raised pr #67 that should update all the @available lines so that the project compiles on iOS, watchOS and tvOS. Would you be able to test the available branch to see if this solves your issue?
I folk this repo and try to make it support Carthage but when I run the build. There is an error like this
The text was updated successfully, but these errors were encountered: