【发布时间】:2020-12-06 17:13:20
【问题描述】:
我在一个客户购买的项目中工作。该项目是 Fluxstore。使用 Flutter 构建的电子商务。
我可以在 Android 中运行该项目(模拟器和设备=)。但是iOS没有运行。我收到以下错误:
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
我在 Internet 上查找了此问题的解决方案,但没有任何效果。有人可以帮帮我吗?
【问题讨论】:
-
您找到解决方案了吗?如果没有,您是否尝试过运行 flutter clean ?
-
你有解决这个问题的办法吗?我也卡在这里
-
此问题的任何解决方案。我在这里面临同样的问题
标签: ios google-maps flutter