jrendel / SwiftKeychainWrapper

A simple wrapper for the iOS Keychain to allow you to use it in a similar fashion to User Defaults. Written in Swift.
MIT License
1.59k stars 339 forks source link

Swift 5 #122

Closed lightningmikec closed 5 years ago

lightningmikec commented 5 years ago

Hi, I'm getting an error when using Carthage update.

The following build commands failed:
    CompileSwift normal i386 ..../Carthage/Checkouts/SwiftKeychainWrapper/TestHostApp/Base.lproj/LaunchScreen.storyboard
(2 failures)
Build Failed

...

Task failed with exit code 65
candavajameson commented 5 years ago

+1

nikhilpandey4 commented 5 years ago

+1

jrendel commented 5 years ago

The latest updates for Swift 5 have just been pushed to master. I'm not a Carthage user myself, so give it a shot and see if the changes help.

lightningmikec commented 5 years ago

It's working now thanks!