Can't import the POD
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!
@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.
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.
Try the following:
Open xcode schemes list.
- Tick YOChartImageKit with "show" and close.
- Select YOChartImageKit as a scheme and build (cmd + b)
- 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