Linker Error TMSFMXNativeUIPDFPageViewController

When I add TMSFMXNativeUIPDFPageViewController to my app I get the following error



file not found: /System/Library/Frameworks/CoreMotion.framework/CoreMotionld: file not found: /System/Library/Frameworks/CoreMotion.framework/CoreMotion



Am I missing something ?



Gert Hoogeboom

You need to import the correct frameworks in the IDE.
The exact steps to do this are explained in the PDF developers guide.

Thank you, I missed that.

It is working now.



Gert Hoogeboom