-
Notifications
You must be signed in to change notification settings - Fork 290
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
Incompatible with Swift 3.0+/Xcode 8.3 #115
Comments
I am facing 11 separate issue on xcode 8.3.2, swift 3.0
|
I am getting the same issues. @jams032 are you working on an update? Is there a PR for this? Maybe we can get a group together to update for swift 3.0. |
You might try looking at Polishedcode's version of the Tasty-Imitation-Keyboard and see how he handled those sections in his code. https://github.com/polishedcode/tasty-imitation-keyboard Alternatively, you could look at how I handled it in mine. Mine is based on Archagon's Swift 2.0 and I used a lot of Polishedcode's added functionality for my own project. Though, I do still have some cleaning up in my code to do, but you should be able to find the same .swift files and functions pretty easily to see how we migrated. I'm not actively working on the Keyboard project or with Swift, so I cannot give direct feedback to the issues mentioned. |
PR merged. |
Creating an issue to track updating to Swift 3.0+.
There appears to be multiple open PRs addressing this. #114 #110 #111
The text was updated successfully, but these errors were encountered: