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创建了这个项目。 我已经安装了吊舱。
答案 0 :(得分:0)
FIRComponent符号在Firebase 5.5.0版本中引入,在FirebaseCore窗格中具有定义,在FirebaseAuth窗格中具有引用。
确保至少安装了FirebaseCore pod 5.1.0版本。