Try following these commands in terminal
cd ios pod deintegrate rm -rf Pods rm -rf Podfile.lock cd .. flutter clean flutter pub get cd ios pod install cd ..