I'm wondering if I am having the same problem? I had an issue with a code-siginig failure for freetype when signing my project. I fixed the error by using the flag --deep. But when I go to upload to the app store i get a validation error:
Couldn't find platform family in Info.plist CFBundleSupportedPlatforms or Mach-O LC_VERSION_MIN for A
any Ideas?
I've tried copy-pasting the linker commands
cd /Library/Frameworks/freetype.framework
ln -fns Versions/Current/freetype freetype
in the terminal. I still get the same error when I go to build and sign my project. What am I doing wrong?
addition:
I've added
a new thread for my related problem.