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

Can't import the POD #11

Open
Bradley5922 opened this issue Oct 27, 2018 · 3 comments
Open

Can't import the POD #11

Bradley5922 opened this issue Oct 27, 2018 · 3 comments

Comments

@Bradley5922
Copy link

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!

@MFarooqRajput
Copy link

@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.

@jimijon
Copy link

jimijon commented Jun 9, 2019

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.

@yasuoza
Copy link
Owner

yasuoza commented Jun 10, 2019

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: Quick/Quick#731 (comment)

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

4 participants