I’m using the Appodeal Adapters B plugin (https://www.solar2dplugins.com/plugins/appodeal-274---adapters-b). Everything works locally, including Facebook ads through Appodeal. But when I try to deliver my app to the App Store using Transporter I get the following two error messages:
ERROR ITMS-90087: "Unsupported Architectures. The executable for Ice Trap.app/Frameworks/FBSDKCoreKit.framework contains unsupported architectures '[x86_64, i386]'."
ERROR ITMS-90171: "Invalid Bundle Structure -The binary file 'Ice Trap.app/Frameworks/FBSDKCoreKit.framework/FBSDKCoreKit' is not permitted. Your app can’t contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https://developer.apple.com/go/?id=bundle-structure for information on the iOS app bundle structure."
Anyone else gets this or am I doing something wrong? When I remove Adapters B from build.settings and rebuild there are no errors on delivery. I’m not using the Facebook v4a plugin, so it can’t be a collision issue either.
Built with Solar 2020.3621, Xcode 12 with iOS 14 SDK.
EDIT Just updated Xcode to 12.0.1. Didn’t help.