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

xcode 8.3 swift 3.1 #2332

Closed
ghost opened this issue Apr 6, 2017 · 4 comments
Closed

xcode 8.3 swift 3.1 #2332

ghost opened this issue Apr 6, 2017 · 4 comments

Comments

@ghost
Copy link

ghost commented Apr 6, 2017

on converting i am getting more than 2000 errors. is there an update for this?

@bestimmaa
Copy link

bestimmaa commented Apr 6, 2017

Hi!

Try setting ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES to NO in case you have changed it for the Pod target and add the lines from this SO answer (http://stackoverflow.com/a/38466703) to your Podfile... This will set a legacy swift version for your pod target every time you 'pod install'

@bestimmaa
Copy link

Checked using version swift version 3.0 - works for me!

@aelam
Copy link
Contributor

aelam commented Apr 7, 2017

#2293 and set in your Podfile with pod 'Charts', :git=> 'https://github.com/danielgindi/Charts.git'

@pmairoldi
Copy link
Collaborator

Charts 3.0.2 is fully Xcode 8.3 and swift 3.1 compatible. Try that version out.

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

3 participants