【问题标题】:Firebase iOS sdk error __gxx_personality_v0 not foundFirebase iOS sdk 错误 __gxx_personality_v0 未找到
【发布时间】: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


【解决方案1】:

xcode 构建未链接 C++ 库。

将“-lc++”添加到其他链接器标志

【讨论】:

    猜你喜欢
    • 2021-05-04
    • 2020-10-31
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-09-15
    • 1970-01-01
    相关资源
    最近更新 更多