Since upgrading to Flutter 1.20.3 i can build without issue but not publish to the apple store:
App Store Connect Operation Error
ERROR ITMS-90057: "The bundle 'Payload/Runner.app/PlugIns/Share Extension.appex' is missing plist key. The Info.plist file is missing the required key: CFBundleShortVersionString. Please find more information about CFBundleShortVersionString at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring"
App Store Connect Operation Error
ERROR ITMS-90056: "This bundle Payload/Runner.app/PlugIns/Share Extension.appex is invalid. The Info.plist file is missing the required key: CFBundleVersion. Please find more information about CFBundleVersion at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion"
despite having a Info.plist for the extension that contains the correct variables:
Since upgrading to Flutter 1.20.3 i can build without issue but not publish to the apple store:
despite having a Info.plist for the extension that contains the correct variables:
I manually set the values instead of the variables and it works but any idea how to fix that more "cleanly"?