【问题标题】:GoogleMaps is not a dylib , Compile time error with pod file on latest versionGoogleMaps 不是 dylib,最新版本的 pod 文件编译时出错
【发布时间】:2016-05-01 13:06:52
【问题描述】:

架构 x86_64 的未定义符号: “_OBJC_CLASS_$_GMSServices”,引用自: AppDelegate.o 中 __ObjC.GMSServices 的类型元数据访问器 ld:未找到架构 x86_64 的符号 clang:错误:链接器命令失败,退出代码为 1(使用 -v 查看调用)

【问题讨论】:

标签: ios objective-c xcode swift google-maps


【解决方案1】:

我猜你正在为 arm64bit 构建,而 Google Maps SDK 没有 64 位版本。

尝试为 armv7 构建,仅 armv7s

如果这不能解决您的目的,请检查集成 GoogleMaps 所需的框架列表。

【讨论】:

猜你喜欢
  • 2015-08-16
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2015-01-15
  • 1970-01-01
  • 2016-01-29
  • 1970-01-01
  • 2016-02-26
相关资源
最近更新 更多