架构armv7的未定义符号。 xcode 10. ionic ios项目

时间:2018-09-28 18:38:07

标签: ios swift xcode firebase ionic3

Undefined symbols for architecture armv7:
  "_OBJC_CLASS_$_FIRComponent", referenced from:
      objc-class-ref in FirebaseAuth(FIRAuth.o)
  "_OBJC_CLASS_$_FIRComponentType", referenced from:
      objc-class-ref in FirebaseAuth(FIRAuth.o)
  "_OBJC_CLASS_$_FIRComponentContainer", referenced from:
      objc-class-ref in FirebaseAuth(FIRAuth.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

当我尝试构建iOS项目时出现此链接器错误。 我使用ionic 3创建了这个项目。 我已经安装了吊舱。

1 个答案:

答案 0 :(得分:0)

FIRComponent符号在Firebase 5.5.0版本中引入,在FirebaseCore窗格中具有定义,在FirebaseAuth窗格中具有引用。

确保至少安装了FirebaseCore pod 5.1.0版本。