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

I can't manually install the framework #97

Closed
AClmbr opened this issue Oct 10, 2018 · 3 comments
Closed

I can't manually install the framework #97

AClmbr opened this issue Oct 10, 2018 · 3 comments

Comments

@AClmbr
Copy link

AClmbr commented Oct 10, 2018

Hi,

I have to manually install the framework, but I'm having problems with this.

I followed the instructions, but when I add
import TPPDF
I get
No such module 'TPPDF'

I think the README file may be outdated.
First I added the module as a submodule of my repo. Then I dragged the Pods.xcodeproj into my project. When I clicked on the + under the "Embedded Binaries", I had the choice between 5 frameworks:

  • Nimble.framework,
  • Pods_TPPDF_Example.framework,
  • Pods_TPPDF_Tests.framework,
  • Quick.framework,
  • TPPDF.framework.

I selected TPPDF.framework, but no way, I got the error mentioned above.

Do you have an idea why?

Thanks in advance!

@philprime
Copy link
Member

TBH I haven't really worked with manual installations before, as I prefer Cocoapods to do the configuration.
Try comparing your project configuration with a Cocoapods project and check for differences.
Would be great if you could create a PR with an updated README

@AClmbr
Copy link
Author

AClmbr commented Oct 18, 2018

I finally tried with Cocoapods and it worked. So I don't have the solution for the manual installation, sorry :/

@philprime
Copy link
Member

At least it works now!

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

No branches or pull requests

2 participants