swift - 谷歌地图和谷歌广告 swift

标签 swift xcode google-maps

我有一个使用 GoogleMaps 的项目。 项目运行良好。

但我已将项目从 vm mac 移动到其他计算机 mac os。 之后,项目引发如下错误。

No such module 'GoogleMaps'

为什么移动项目后出现这个错误? 谢谢。

(在我搬家的其他项目中,遇到过这样的错误

  Umbrella header 'GoogleMobileAds.h' not found
  Could not build Objective-C module 'GoogleMobileAds'

这个项目有桥接文件,但那是给其他库的 ) 对这个问题有什么想法吗?

最佳答案

首先,始终尝试按照建议清理项目。如果这不起作用,请尝试手动安装框架。 Here's Google's page on how to.

关于swift - 谷歌地图和谷歌广告 swift ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46231724/

相关文章:

objective-c - cocoa 绑定(bind) : Enable a button if multiple textfields have values

javascript - Google map + OverlappingMarkerSpiderfier 自定义标记不起作用

ios - 向上滚动时 TableView Cell 发生变化

ios - 标注验证在给定的超时时间内未成功

ios - Xcode Parse Query button 从单元格中删除文本和照片

android - 如何在 jetpack compose 中检测拖动手势谷歌地图?

Android 谷歌地图多边形点击事件

swift - 快速播放解析中的音乐

ios - 如何测试和导出使用 LibGDX 制作的 iOS 应用程序

objective-c - Fb连接 : Publish on user's wall and in the newsfeed simultaneously?