YOChartImageKit icon indicating copy to clipboard operation
YOChartImageKit copied to clipboard

Can't import the POD

Open Bradley5922 opened this issue 7 years ago • 3 comments

I have added YOChartImageKit to my pod but I'm not able to import it or use any of the modules features. If anyone has any information much appreciated. TYIA!

Bradley5922 avatar Oct 27 '18 17:10 Bradley5922

@Brad1011 can you please share your pod file? you need to add follwoing in your pod file pod 'YOChartImageKit', '~> 1.1' against the target of WatchApp if it you want to use in Watch and against the target of App if it you want to use in iPhone application.

MFarooqRajput avatar Jan 26 '19 21:01 MFarooqRajput

I am having the same problem. Won't show up in my main target nor in my WatchExtension target. I am using Swift5, latest Cocoapods etc.

jimijon avatar Jun 09 '19 11:06 jimijon

Try the following:

Open xcode schemes list.

  1. Tick YOChartImageKit with "show" and close.
  2. Select YOChartImageKit as a scheme and build (cmd + b)
  3. Change scheme back to your app scheme and see if the error is gone and autocompletion works.

FYI: https://github.com/Quick/Quick/issues/731#issuecomment-328504054

yasuoza avatar Jun 10 '19 02:06 yasuoza