« MBS @ FMTraining.TV | Home | Xojo Developer Magazi… »

DynaPDF 4.0.49 for iOS

We rebuild the the DynaPDF library for iOS, so you can use the current version of DynaPDF with your FileMaker iOS SDK apps when using the MBS FileMaker Plugin.

We include four variants in our download:
  • DynaPDF for iOS Device
    armv7 and arm64
  • DynaPDF for iOS Simulator
    x86_64, i386 and arm64
When building your iOS app, just include the dynapdf framework file in the frameworks folder inside the app and call DynaPDF.Initialize in the start script passing the framework name and your license key.

The result should be OK if everything worked. If you get an error message including "mach-o, but wrong architecture", well you did copy the wrong framework file.
You can use lipo command line utility to remove the architectures you don't need.

Download: DynaPDF iOS 4.0.49.dmg or DynaPDF iOS 4.0.49.zip

PS: You need to sign the frameworks with your code signature.
22 03 21 - 21:45