yasuoza / YOChartImageKit

Chart image framework for watchOS
MIT License
427 stars 55 forks source link

myproj.xcodeproj doesn't have a target `YOChartImageKit` #10

Open raygerrard opened 6 years ago

raygerrard commented 6 years ago

I am getting the following error when trying to do seed install after adding to Seedfile

myproj.xcodeproj doesn't have a target YOChartImageKit

jimijon commented 5 years ago

how did you fix this?

yasuoza commented 5 years ago

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.

jimijon commented 5 years ago

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.