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

Convert to Current Swift Syntax #2242

Closed
ccabanero opened this issue Mar 14, 2017 · 1 comment
Closed

Convert to Current Swift Syntax #2242

ccabanero opened this issue Mar 14, 2017 · 1 comment

Comments

@ccabanero
Copy link

When using version 3.0.1 in Xcode 8.2.1 I receive the following warning: "Convert to Current Swift Syntax? The target contains source code developed with an earlier version of Swift"

Charts was installed with Cocoa Pods using:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!

target 'charts' do
pod 'Charts', '~> 3.0.1'
end

Thanks for the great work!

@liuxuan30
Copy link
Member

this has nothing to do with this library. It's already swift 3 crafted

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

2 participants