Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pod will not install on watch target? #14

Open
mzupek opened this issue Jan 14, 2020 · 2 comments
Open

Pod will not install on watch target? #14

mzupek opened this issue Jan 14, 2020 · 2 comments

Comments

@mzupek
Copy link

mzupek commented Jan 14, 2020

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?

@mzupek
Copy link
Author

mzupek commented Jan 16, 2020

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 :
image

Thank you for your time, once again any help is appreciated

@mzupek
Copy link
Author

mzupek commented Jan 16, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant