-
-
Notifications
You must be signed in to change notification settings - Fork 131
Closed
Labels
Description
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!