I ran into this same issue. To solve it:
deleted /Pods, Podfile, and /build
ran a flutter clean, a flutter pub get and then finally flutter build ios.
Previously I just did step 2 and that didn't fix it—needed to delete the pods and build, too.