我正在从事一个客户购买的项目。该项目是 Fluxstore。使用 Flutter 构建的电子商务。
\n我可以在 Android 中运行该项目(模拟器和设备=)。但iOS无法运行。我收到以下错误:
\nLaunching lib/main.dart on iPhone 11 in debug mode...\nRunning pod install...\nRunning Xcode build...\nXcode build done. 138,6s\nFailed to build iOS app\nCould not build the application for the simulator.\nError launching application on iPhone 11.\nError output from Xcode build:\n\xe2\x86\xb3\n** BUILD FAILED **\n\n\nXcode's output:\n\xe2\x86\xb3\n/Users/user./projects/project/ios/Runner/AppDelegate.swift:3:8: error: no such module 'GoogleMaps'\nimport GoogleMaps\n ^\nnote: Using new build system\nnote: Building targets in parallel\nnote: Planning build\nnote: Constructing build description\nRun Code Online (Sandbox Code Playgroud)\n我在互联网上查找了该问题的解决方案,但没有任何效果。有人能帮帮我吗?
\n好吧,我正在尝试在 iOS 模拟器中激活“位置”,但我看到了无法访问的灰色选项。像这样:
我读到了有关“产品”>“方案”>“运行”>“选项”的内容...但是其中没有“位置”选项。就像另一张图片一样:
有人可以帮助我吗?我如何在 Xcode 11 中执行此操作?提前致谢!