Flutterfehler: Kein solches Modul 'Googlemaps'

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Flutterfehler: Kein solches Modul 'Googlemaps'

by Guest » 12 Feb 2025, 08:40

Ich arbeite in einem von einem Kunden gekauften Projekt. Das Projekt ist FluxStore. Ein E-Commerce, der mit Flutter erstellt wurde. Aber iOS läuft nicht. Ich erhalte diesen folgenden Fehler: < /p>
Launching lib/main.dart on iPhone 11 in debug mode...
Running pod install...
Running Xcode build...
Xcode build done. 138,6s
Failed to build iOS app
Could not build the application for the simulator.
Error launching application on iPhone 11.
Error output from Xcode build:

** BUILD FAILED **

Xcode's output:

/Users/user./projects/project/ios/Runner/AppDelegate.swift:3:8: error: no such module 'GoogleMaps'
import GoogleMaps
^
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description
< /code>
Ich habe im Internet Lösungen für dieses Problem nachgeschlagen, aber nichts funktioniert. Kann mir bitte jemand helfen?

Top