ivnsch / SwiftCharts

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

Use of unresolved identifier 'ExamplesDefaults' #286

Closed aditakacs closed 7 years ago

aditakacs commented 7 years ago

Hi! I've got the newest pod, and Xcode 9.0 beta 5, with Swift 4.0 and I've got this Compile error: Use of unresolved identifier 'ExamplesDefaults'. Can someone help what is the problem? If I use just the Quick start Multiline chart, every thing is ok.

aditakacs commented 7 years ago

It was my fault, I had to import ExamplesDefaults.swift file to my project, and Env.swift, and everything is all right.