You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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!
The text was updated successfully, but these errors were encountered: