【发布时间】:2015-07-31 17:08:32
【问题描述】:
我正在尝试按照 Google 的说明 here 为 Google App Indexing 设置我的应用。在我的 AppDelegate 中实现 GSDDeepLink 调用后,我在尝试构建时收到此错误:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_GSDDeepLink", referenced from:
type metadata accessor for ObjectiveC.GSDDeepLink in AppDelegate.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
当我注释掉我的 GSDDeepLink 调用时,它会构建。有谁知道如何解决这个问题?
【问题讨论】:
标签: ios objective-c xcode swift cocoapods