We are using libPDFNetC.dylib v6.6.1 in a MacOS application. When we validate the app for upload to the App Store it fails with the following error:
Couldn't find platform family in Info.plist CFBundleSupportedPlatforms or Mach-O LC_VERSION_MIN for libPDFNetC.dylib
Is anyone else using this library in an application distributed via App Store?
I believe that the best solution is to insert an LC_VERSION_MIN_MACOSX header in to the library. I do not know what the actual min MacOS version is for this library, but for our application we are targeting 10.11 and above.
Thanks
Andy