-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Swift 4 #2801
Comments
Hi, also there is compilation error: for example in ChartUtils.swift, line 132... 136... 141... etc. Total 14 issues. Thanks for update to Swift 4 :) |
please for "The use of Swift 3 @objc inference ....." this is very simple....... https://makeapppie.com/2017/09/18/this-old-app-update-to-xcode-9/ |
I have multiple errors as well. |
When will there be a version of Charts for Swift 4? I just added a new pod to my project and doing pod install triggered the Xcode Swift compiler to interpret the Charts library as Swift 4 and not Swift 3, which it did not do before. So I expect many people to have this problem on Xcode 9 when adding new pods. I have a few errors, one of which I posted, that I would prefer not to handle myself. Thanks |
I have the same problems |
Guys, we get it, no need to bump this issue every 10 minutes... |
Check out this link, it clearly explains how to get rid of @objc error |
swift 4 #2507 has been merged into master. closing. |
Hi,
Hi, I have 33 errors for the module Charts, is it going to update this project to Swift 4?
Thanks
Check dependencies:
"The use of Swift 3 @objc inference in Swift 4 mode is deprecated. Please address deprecated @objc inference warnings, test your code with “Use of deprecated Swift 3 @objc inference” logging enabled, and then disable inference by changing the "Swift 3 @objc Inference" build setting to "Default" for the "Charts" target."
The text was updated successfully, but these errors were encountered: