1

在将 GoogleAppIndexing(深度链接)pod 添加到我的项目后,我很难构建项目。谷歌的安装说明

我是 IOS 的新手,实际上我对 objC 知之甚少,我的应用程序是用 react native 编写的。

我在构建时遇到这些异常。

Undefined symbols for architecture x86_64:
  "_OBJC_CLASS_$_GSDAppIndexing", 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)

据我了解消息 pod/lib 与 64 位环境不兼容,没有任何意义。

我正在使用 xcode 6.4 。谢谢

4

1 回答 1

0

GoogleAppIndexing Lib 是 IOS 9 及更高版本。

于 2015-11-15T08:05:14.723 回答