kylef / JSONWebToken.swift

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

Xcode 9 beta 5 build failed #81

Closed sathishkraj closed 6 years ago

sathishkraj commented 7 years ago

Xcode 9 beta 5, swift 3.2 with carthage version 0.23.0, currently using "kylef/JSONWebToken.swift" "2.1.0" version. fails building CryptoSwift

sathishkraj commented 7 years ago

got it, confused with swift 4 complier. using "master" solved it

sathishkraj commented 7 years ago

but "2.1.0" should compile in xcode 9 right. will there be any fix for this error? Build Failed Task failed with exit code 65:, This usually indicates that project itself failed to compile.

kylef commented 6 years ago

https://github.com/kylef/JSONWebToken.swift/releases/tag/2.2.0 works with Swift 4.