Make sure that you open xcworkspace
instead of xcodeproj
. xcworkspace
- contains information about pods.
flutter clean
flutter pub get
cd ios; pod install
The error all the same will be display
Try to build. Build should be succeeded and the error disappear.
take a look at this blog as well - > https://medium.com/apparence/how-to-fix-no-such-module-flutter-error-in-xcode-d05931905def