1

I'm working on a iOS Framework (using CocoaPods) that, as of today, uses PDFNet.framework as its only dependency.

Everything works as expected when I use the resulting framework in another "top level" project.

Now I'm trying to make this same Framework use the Tools.framework, as I intend to use the annotations from the Tools library.

Is there a common approach in doing so?

I've tried building the Tools source code but it fails as the dependency isn't found.

TMin
  • 2,280
  • 1
  • 25
  • 34
  • "but it fails as the dependency isn't found" could you post the exact error message? – Ryan Oct 19 '17 at 16:54

1 Answers1

0

Everything you need should be in the following guide. https://blog.pdftron.com/2016/11/14/getting-started-with-pdfnet-for-ios/

If that guide does not help, then please answer my comment above.

Ryan
  • 2,473
  • 1
  • 11
  • 14