Skip to content
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

Closed
AlexyIbrahim opened this issue Sep 16, 2016 · 7 comments
Closed

iOS 10 and swift 3.0 issues #1453

AlexyIbrahim opened this issue Sep 16, 2016 · 7 comments

Comments

@AlexyIbrahim
Copy link

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 ?

@trsneed
Copy link

trsneed commented Sep 16, 2016

Use swift 2.3 until Swift 3.0 update is ready for this library.

@parasdaff
Copy link

I upgraded to XCode 8 and updated my pods using Cocoapods, I got 138 build errors. Please find in the attachment.
screen shot 2016-09-16 at 3 12 47 pm

@AlexyIbrahim
Copy link
Author

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

@parasdaff
Copy link

thanks @AlexyIbrahim, Hope this library will be updated soon for supporting swift 3.

@stephanecodo
Copy link

You need to download the correct branch of the project (top left, over the files, select Branch and then 'Swift 3.0').

@danniss10
Copy link

Use the correct branch in your podfile:

pod 'Charts', :git => 'https://github.com/danielgindi/Charts.git', :branch => 'Swift-3.0'

@pmairoldi
Copy link
Collaborator

see #1291

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants