YOChartImageKit
YOChartImageKit copied to clipboard
Pod will not install on watch target?
I cannot get this pod to be accessible to the watch target? I am using Swift 5. It also will not let me use
use_frameworks!
says I have linked binaries? It shows up as target, I just cannot use it
let image = YOLineChartImage() - Use of unresolved identifier?
Any help is appreciated?
I was able to get the pod to install using
use_frameworks!
After dealing with some issues in my other podspecs - still not able to access the module, tried importing it into a controller I have in my watch extension and I get
No such module 'YOChartImageKit'
I can see it in the project :
Thank you for your time, once again any help is appreciated
I have installed it via a POD on my main app target and I have access to it in Objective C only, if I add a Swift file to my project it does not have access? I did go check in as show in the scheme list, close and build.