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

Compiled with older version of Swift language (2.0) #1473

Closed
hilalbaig opened this issue Sep 19, 2016 · 6 comments
Closed

Compiled with older version of Swift language (2.0) #1473

hilalbaig opened this issue Sep 19, 2016 · 6 comments

Comments

@hilalbaig
Copy link

hilalbaig commented Sep 19, 2016

Build/Products/Debug-iphonesimulator/Charts/Charts.framework/Charts compiled with older version of Swift language (2.0) than previous files (3.0) for architecture x86_64

using: Swift 2.3 + Charts 2.2.5 -> Chart2.2.5-Swift2.3 branch

@danielgindi
Copy link
Collaborator

Do a Clean & Build

@hilalbaig
Copy link
Author

Thanks for the quick responce. I did but not working.
Now i switched to master. Its working. Thanks

@shenyufei
Copy link

shenyufei commented Sep 20, 2016

@hilalbaig
hello, I'm a novice, I have same problem
I use cocoa pods, what should i do。please detail
such as , pod 'SnapKit', '~> 0.22.0'.
Others give me a suggestion, pod 'Charts', :git => 'https://github.com/danielgindi/Charts.git', :branch => 'Swift-2.3'
But is error, warning: Could not find remote branch Swift-2.3 to clone. fatal: Remote branch Swift-2.3 not found in upstream origin

@patrickferreira
Copy link

Also having this issue. Any ideas?

@pmairoldi
Copy link
Collaborator

'Swift 2.3' is not a valid branch. The proper charts versions is 2.3 for swift 2.3 support. For cocoapods use as follows: pod 'Charts', '~> 2.3'

@patrickferreira
Copy link

I managed to figure it out.
Had just updated to Charts 3.0, but XCode was giving me a hard time.

Had to delete derived data from my XCode project, as explained here:
http://stackoverflow.com/questions/38016143/how-to-delete-derived-data-in-xcode-8

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

5 participants