【发布时间】:2018-06-02 03:14:12
【问题描述】:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Twitter", referenced from:
objc-class-ref in FirebaseTwitterAuthUI(FUITwitterAuth.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我在构建项目时遇到了这个错误。
知道如何解决这个问题吗?
【问题讨论】:
-
我在一个新项目中看到了同样的问题 - 将
FirebaseUI添加到 pod 文件现在无法链接到上述错误。你解决问题了吗? -
@AshleyMills 是的。在这里查看github.com/firebase/FirebaseUI-iOS/issues/378
-
太棒了,解决了 - 谢谢!
标签: ios xcode linker-errors