小编Shi*_*rma的帖子

Pod安装期间Crashlytics错误"架构x86_64的未定义符号"

我正在使用Google Analytics,在运行pod后,会显示这些错误.我不明白为什么; project也有Crashlytics框架,但只有在添加Google Analytics后才会显示这些错误.

Undefined symbols for architecture x86_64:
  "std::get_terminate()", referenced from:
  _CLSExceptionCheckHandlers in Crashlytics(CLSException.o)
 "std::set_terminate(void (*)())", referenced from:
  _CLSExceptionInitialize in Crashlytics(CLSException.o)
  CLSTerminateHandler() in Crashlytics(CLSException.o)
"std::terminate()", referenced from:
  ___clang_call_terminate in Crashlytics(CLSException.o)
"typeinfo for char const*", referenced from:
  _CLSExceptionRaiseTestCppException in Crashlytics(CLSException.o)
  GCC_except_table1 in Crashlytics(CLSException.o)
"typeinfo for std::exception", referenced from:
  GCC_except_table1 in Crashlytics(CLSException.o)
  typeinfo for std::exception const* in Crashlytics(CLSException.o)
"vtable for __cxxabiv1::__class_type_info", referenced from:
  typeinfo for std::__1::__basic_string_common<true> in Crashlytics(CLSException.o)
NOTE: a missing vtable usually means the first non-inline virtual member function has …
Run Code Online (Sandbox Code Playgroud)

xcode objective-c crashlytics

11
推荐指数
2
解决办法
3822
查看次数

标签 统计

crashlytics ×1

objective-c ×1

xcode ×1