I am working in a project bought by a client. The project is Fluxstore. A E-commerce built with Flutter.
I can run the project in Android (emulator and device=). But iOS doesn't run. I get this following error:
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
I looked up on solutions for this issue in Internet but nothing works. Can somebody please help me?