-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
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
Support for Swift 5.0 carthage update #63
Comments
Hi @vijay2pvk You can make it work by adding the following lines to the bottom of your
|
Thanks. But I am using Carthage. Can you please post the above code for Carthage |
ah, sorry, I didn't notice. I'm actually not aware of a carthage workaround like this |
Just did a pull request for this @vijay2pvk . If you want, comment on it so it can be approved faster. #65 |
Any updates for Carthage Swift 5.0 upgrade? |
@vijay2pvk I add support for Swift 5+, Xcode 11. You can install with Carthage or Swift Package Manager. |
@eduardo22i Thank you. I will look into it. |
I am getting the following error after i upgrade to Swift 5.0 (XCode 10.2)
SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0. (in target 'RazzleDazzle')
The text was updated successfully, but these errors were encountered: