cely-tools / Cely

Plug-n-Play login system for iOS written in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I need help with swift 4

edgcarmu opened this issue · comments

Hey, man, I need to upgrade one app which uses Cely for login and build in Xcode 9, Can you help me with that?

Hey @edgcarmu,

Thanks for catching this!

Where you getting an error similar to the error below?

error: redundant conformance constraint 'Self': 'SecureStorableResultType'
error: redundant conformance constraint 'U': 'RawRepresentable'

I just opened a PR #23, check it out and let me know if it fixes the problem. If you're using Carthage, just replace what's in your Cartfile with:

github "chaione/Cely" "fix-Swift-4-compiler-crash"

Hey, man, it worked for me thanks a million!!

Could it be available too in cocoapods?

Hey @edgcarmu,

The changes should apply to cocoapods, I just merged in the PR. Give it a shot and let me know.