I am trying today to post my Xamarin.Mac application on the AppStore and I still have this error:
Could not find platform family in Info.plist CFBundleSupportedPlatforms or Mach-O LC_VERSION_MIN for BouncyCastle.CryptoExt.dll.dylib
This is the first time I have this error and I do not know what to do?
I tried adding this in the info.plist:
CFBundleSupportedPlatforms with the value: MacOSX
But it does not change anything. (I never had to put this before)
Can anyone help me ?