【发布时间】:2017-02-11 21:22:57
【问题描述】:
我正在手动安装 Firebase Auth SDK,而不是使用 cocoapods,我收到了这个奇怪的错误:
Undefined symbols for architecture x86_64:
"___gxx_personality_v0", referenced from:
+[FIRHash calculatedFingerprintForString:] in FirebaseCore(FIRHash_11b6df6535f55516149376a0824d22ab.o)
ld: symbol(s) not found for architecture x86_64
我安装了 Auth 框架所依赖的所有资源,所以我不确定为什么会这样。该文档没有提到安装其他任何东西。知道如何进行吗?
【问题讨论】:
-
为什么不使用 Cocoapods?它使整个过程变得简单,工作量大大减少。
标签: ios firebase firebase-authentication