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
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!
The text was updated successfully, but these errors were encountered:
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
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:I selected TPPDF.framework, but no way, I got the error mentioned above.
Do you have an idea why?
Thanks in advance!
The text was updated successfully, but these errors were encountered: