I am trying to build and submit my app to Testflight. It builds fine and then when it goes to upload it to Testflight, it comes back with the error:
ERROR ITMS-90535: “Unexpected CFBundleExecutable Key. The bundle at ‘Payload/MyApp.app/FirebaseAuthUI.bundle’ does not contain a bundle executable. If this bundle intentionally does not contain an executable, consider removing the CFBundleExecutable key from its Info.plist and using a CFBundlePackageType of BNDL. If this bundle is part of a third-party framework, consider contacting the developer of the framework for an update to address this issue.”
Why? I haven’t had this issue before. If I build using Xcode on my computer it’s fine, but on CircleCI it fails each time. It takes 30 minutes of build time to get to this point and it’s wasting my allocated minutes on the build server. I’ve noticed that CircleCI isn’t using the release version of Xcode 10.2. Could that be the issue?