-
-
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
iOS 10 and swift 3.0 issues #1453
Comments
Use swift 2.3 until Swift 3.0 update is ready for this library. |
I managed to solve the issue temporarily, as @trsneed said use Swift 2.3 for the time being, while converting your project select Swift 2.3, it worked for me |
thanks @AlexyIbrahim, Hope this library will be updated soon for supporting swift 3. |
You need to download the correct branch of the project (top left, over the files, select Branch and then 'Swift 3.0'). |
Use the correct branch in your podfile: pod 'Charts', :git => 'https://github.com/danielgindi/Charts.git', :branch => 'Swift-3.0' |
see #1291 |
Version 2.2.5 is not working with swift v3.0, tried to convert my code to swift 3.0 but the Charts library is still generating errors, any ideas ?
The text was updated successfully, but these errors were encountered: