Charts: does not support new Objective-C project with Xcode 9

Created on 27 Sep 2017  ·  8Comments  ·  Source: danielgindi/Charts

does not support new Objective-C project with Xcode 9

Most helpful comment

change the swift version 4.0 in Pods->Charts->Build setting->Swift Language Version :Swift4.0 . errors are gone.

All 8 comments

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.

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

Was this page helpful?
0 / 5 - 0 ratings