We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey, man, I need to upgrade one app which uses Cely for login and build in Xcode 9, Can you help me with that?
The text was updated successfully, but these errors were encountered:
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"
Sorry, something went wrong.
Hey, man, it worked for me thanks a million!!
Could it be available too in cocoapods?
The changes should apply to cocoapods, I just merged in the PR. Give it a shot and let me know.
No branches or pull requests
Hey, man, I need to upgrade one app which uses Cely for login and build in Xcode 9, Can you help me with that?
The text was updated successfully, but these errors were encountered: