No solution on the internet worked for Module 'google_maps_flutter' not found

313

This will install all dependencies for iOS.

cd ios
pod install

You must see an output similar to this:

Analyzing dependencies
Downloading dependencies
Installing FMDB (2.7.5)
Installing Flutter (1.0.0)
Installing GoogleMaps (4.2.0)

If Xcode is opened when running pod install, you'll be prompted to either Keep Xcode Version or to Read From Disk.

Choose: Read From Disk.

Share:
313
user7367989
Author by

user7367989

Updated on November 24, 2022

Comments

  • user7367989
    user7367989 over 1 year

    I am trying to archive my flutter app to publish it to App Store Connect. Then I got this problem and I tried every single solution on the internet but nothing seem to work so I need help.

    Here is the problem:

    This is the problem