Hi Everyone,
I'm currently building a flutter app and I've suddenly started getting an error when trying to distribute my app to App Store
Connect. This is the first time I've had this error. I've distributed 8 different builds of the app already without error. Full error is (Application name replaced with {APP NAME}):
Is there any known solution? Am I missing something obvious?
I'm currently building a flutter app and I've suddenly started getting an error when trying to distribute my app to App Store
Connect. This is the first time I've had this error. I've distributed 8 different builds of the app already without error. Full error is (Application name replaced with {APP NAME}):
I've taken a look around online but I can't seem to find any working solution.ERROR ITMS-90432: "Invalid Swift Support. The file {APP NAME}/Frameworks/AppFrameworkInfo.plist doesn’t have the correct file type for this location. Ensure you’re using the correct file, rebuild your app using the current public (GM) version of Xcode, and resubmit
it."
Is there any known solution? Am I missing something obvious?
There shouldn't be anything inside of /Frameworks other than .framework bundles or the Swift runtime dylibs. A quick search reveals that AppFrameworkInfo.plist is part of the Flutter environment, so you should consult their support for info on how to correct this file being deployed at the wrong location in your app.