does not support new Objective-C project with Xcode 9
v3.0.4 does not support new Objective-C project with Xcode 9
v3.0.4 also not support new Swift project with Xcode 9
I also have lots of compiler errors when building the app with version 3.0.4 in Xcode 9.
Have you looked into this? https://github.com/danielgindi/Charts/issues/2816
thanks, setting the swift version fixed it for me.
change the swift version 4.0 in Pods->Charts->Build setting->Swift Language Version :Swift4.0 . errors are gone.
Apparently 3.0.4 requires Swift 4.0, which breaks Swift 3.x projects. Wouldn't a proper .swift-version do the job? At least for me and many others that use it via CocoaPods.
pod has been updated to 3.0.4. So just pull it
Most helpful comment
change the swift version 4.0 in Pods->Charts->Build setting->Swift Language Version :Swift4.0 . errors are gone.