建筑后的架构x86_64

时间:2015-10-25 16:31:47

标签: ios objective-c linker-errors undefined-symbol

我正在使用xcode 7,当我构建时,我面临这个问题

  Undefined symbols for architecture x86_64:
  "_OBJC_CLASS_$_GMSServices", referenced from:
      objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

有什么遗漏的吗?

1 个答案:

答案 0 :(得分:0)

我猜您在项目中使用的是Google地图框架。

确保添加Google Maps框架所需的所有必要框架

按照此page安装Google Maps SDK