-
Notifications
You must be signed in to change notification settings - Fork 227
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
Build failed on Linux with swift 3.1 #212
Comments
I know the issue and fix is here. 011a8c9 |
@norio-nomura Oh, didn't know you fix it! That's cool. So I guess instead of fatal error, should we just remove these two methods? |
I can not believe that all users have already completed the transition. |
@norio-nomura oh, no. I'm not saying we release it now. Sure we'll wait for Swift 3.1 official release. But when it comes out, instead of just crash the app, we should probably force them to update? It's entirely up to you guys. I'm a happy user as long as this can be built :)))) |
Ah, we should change them from |
This should have been fixed in 3.2.1 release. Please check it out! 🙏 |
Sorry to bother you guys with the pre-released swift version. I just want you to know this issue.
The issue was reported here. And the apple guys confirmed the issue is intended behaviour. The related code is here.
This actually won't be an issue once we remove these deprecated methods.
The text was updated successfully, but these errors were encountered: