None of the above worked for me, i just did:
rm -rf ios/Pods rm -rf ios/Podfile.lock flutter clean flutter pub get cd ios pod install --repo-update cd .. flutter run
rm -rf ios/Pods
rm -rf ios/Podfile.lock
flutter clean
flutter pub get
cd ios
pod install --repo-update
cd ..
flutter run