在xcode中构建我的应用时出错。.显示找不到针对架构x86_64

时间:2019-02-18 06:21:00

标签: ios xcode ionic-framework phonegap-plugins cordova-plugin-fcm

当我尝试构建ios时...

xcode显示错误为

  

体系结构x86_64的未定义符号:     从以下位置引用的“ _OBJC_CLASS _ $ _ FIRComponent”:         FirebaseAuth(FIRAuth.o)中的objc-class-ref     从以下位置引用的“ _OBJC_CLASS _ $ _ FIRComponentType”         FirebaseAuth(FIRAuth.o)中的objc-class-ref     从以下位置引用的“ _OBJC_CLASS _ $ _ FIRComponentContainer”         FirebaseAuth(FIRAuth.o)中的objc-class-ref   ld:找不到架构x86_64的符号   clang:错误:链接器命令失败,退出代码为1(使用-v查看调用)

这是一个离子项目。.用于通过xcode进行ios构建

enter image description here

2 个答案:

答案 0 :(得分:1)

好像您缺少Firebase核心库。确保您的Podfile中有此内容:

pod 'Firebase/Core'

遵循说明here

答案 1 :(得分:0)

  

FIRComponent符号在Firebase 5.5.0版本中引入   在FirebaseCore窗格中定义,并在   FirebaseAuth吊舱。

     

确保您至少具有FirebaseCore pod 5.1.0版本   已安装。