YOChartImageKit
YOChartImageKit copied to clipboard
myproj.xcodeproj doesn't have a target `YOChartImageKit`
I am getting the following error when trying to do seed install after adding to Seedfile
myproj.xcodeproj doesn't have a target YOChartImageKit
how did you fix this?
For CocoaSeeds, you must create YOChartImageKit target first.
Then run seed install. BTW, CocoaSeeds seems to be end of life(repository is archived now), so I recommend Carthage instead.
I punted. I copied the files in and then added them to my bridging-header. Seems to work. Though my line chart seems awfully flat.