Reputation: 61
I am trying to add SwiftCharts to create a bar chart in my project, and after watching a bunch of tutorials and trying multiple things it still isn't working.
As of now, the SwiftCharts.xcodeproj is embedded in my project. The SwiftCharts.framework is selected in the Embedded binaries and Linked Frameworks andLibraries. In my code I use this: import SwiftCharts
but I get the error :
No Such Module 'SwiftCharts'
What am missing? Thanks for the help.
Upvotes: 1
Views: 775
Reputation: 3519
Please make sure you have done the following:
And most importantly open the "workspace file" not the "project file" with Xcode.
Upvotes: 3