ivnsch / SwiftCharts

Easy to use and highly customizable charts library for iOS
Apache License 2.0
2.53k stars 410 forks source link

Xcode 10 errors #382

Closed wasatchtechnology closed 5 years ago

wasatchtechnology commented 5 years ago

I'd added SwiftCharts using pods in Xcode 10.1 and get 20 errors. I've tried pod 'SwiftCharts', '~> 0.6.3' and pod 'SwiftCharts', '~> 0.6' but the errors persist. I have removed the pod, then added it back in but to no avail. This was an old project and use SwiftCharts. It may have been originally build in Swift 2.3. I need to update this. Please advise.

Thanks in advance.

Screen Shot 2019-03-13 at 5 31 06 PM
ivnsch commented 5 years ago

See https://github.com/i-schuetz/SwiftCharts/issues/376#issuecomment-462737347

wasatchtechnology commented 5 years ago

Thanks for pointing me in that direction. I had changed the Swift version in the project but not the Target.