Same issue was happening to me.
I got it fixed by updating macOS, updating Xcode to latest versions,
and re-running the following:
flutter clean
rm -rf ios/Pods ios/Podfile.lock ios/.symlinks ios/Flutter/ephemeral
cd ios && pod install --repo-update && cd ..