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

Got totally 50 errors after install CocoaPods ..! I am using Swift 4.0 #3243

Closed
naveen488 opened this issue Feb 6, 2018 · 2 comments
Closed

Comments

@naveen488
Copy link

screen shot 2018-02-06 at 4 28 19 pm

@gvermesan
Copy link

Hi,

In your pod file just add:

post_install do |installer|
installer.pods_project.targets.each do |target|
if target.name == "Charts"
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '4.0'
end
end
end
end

@liuxuan30
Copy link
Member

use 3.0.5 charts. or point to master.
we are planning release 3.1 after I could swipe my notification inbox.

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