To resolve this issue, open your ios/Podfile, update the FirebaseSDKVersion to 11.8.0, and then run the following commands:
ios/Podfile
FirebaseSDKVersion
11.8.0
flutter clean flutter pub get flutter build ios
This should fix the problem.