I had the same problem.
To fix, I did this steps:
Flutter clean
- Change files AppFrameworkInfo.plist (/ios/Flutter/AppFrameworkInfo.plist) and Info.plist (/ios/Flutter/Flutter.Framework/Info.plist)
- Put version 9.0 on code
<key>MinimumOSVersion</key> <string>9.0</string>
Than I run flutter build ios --release
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…