-
-
Notifications
You must be signed in to change notification settings - Fork 310
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
Xcode 8 and modern Swift syntax #63
Comments
Hello @tylerjames
I can't
|
Thanks! |
Is it solved? :) |
Sorry, I haven't tried running it yet. But if the 3.0 branch compiles on your end that's at least farther than I made it. Was pretty annoying to learn that Xcode 8 won't even compile Swift 2.2 code. The transition to 2.3 is much easier but only seems worth it in the short term. For now I'm sticking with Xcode 7 because I also got annoyed that Xcode 8 ended plugin support and I'm not ready for that. |
Okay. 😄 But, if you want Swift 2.3 code. I'll make |
The Xcode 8 GM build is out now and opening up a project with this library included will cause Xcode to prompt you to convert to either Swift 2.3 or Swift 3.0 (preferred) syntax. If you choose not to then your project will no longer build.
This library will need to be updated to modern syntax before it can be used with Xcode 8.
The text was updated successfully, but these errors were encountered: