I have successfully generated .ipa for app store connect but when Uploading to App Store Connect from XCode in the validation phase I am getting this error ERROR ITMS-
ERROR ITMS-
I had the same problem. To fix, I did this steps:
Flutter clean
MinimumOSVersion 9.0
Than I run flutter build ios --release
flutter build ios --release