1

プロジェクトに GoogleAppIndexing (ディープリンク) ポッドを追加した後、プロジェクトをビルドするのに苦労しています。Google のインストール手順

IOS の初心者です。実際、私は objC についてほとんど知りません。私のアプリは反応ネイティブで書かれています。

ビルド時にこれらの例外が発生します。

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