首页 > 解决方案 > 在 Xcode 中添加 google map Sdk 时架构 x86_64 的未定义符号

问题描述

当我在构建 p .xcworkspace 时使用 Cocoapods 安装谷歌地图时,给我一个错误链接器命令失败并出现退出代码

我的 pod 文件

platform : ios, '12.1'
source 'https://github.com/CocoaPods/Specs.git' 
target 'mapapp' do 
  pod 'GoogleMaps'  
 pod 'GooglePlaces' 
end

我附上图片

请帮助我在此处输入图像描述

标签: swiftxcodemacoscocoapods

解决方案


推荐阅读