You could try to do this:
- Backup Runner folder
- Delete the ios folder
- Go to a terminal and execute
flutter create .
in the flutter project folder - Paste your Runner folder back into the ios folder
pod deintegrate
in the ios folderpod install
also in the ios folderflutter clean
in the flutter project folderflutter pub get
- flutter run