run flutter clean
flutter clean
Go to ios/ folder, edit Podfile and choose the platorm and version you want to launch. For example for platform ios and version 13.0 for me
run pod update
pod update
run pod install
pod install
run flutter run
flutter run