You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: