FIRApp链接器错误[" _OBJC_CLASS _ $ _ FIRApp"]

时间:2016-06-03 00:48:52

标签: ios swift firebase cocoapods linker-errors

我已经搜索了SO和谷歌,但无法找到有效的答案。我在多个项目中使用了新的Firebase Cocoapod,但是现在,当将它添加到另一个项目时,我收到以下错误。

enter image description here

我正在使用Xcode 7.3.1和cocoapods 1.0.1。

这是我的podfile: enter image description here

非常感谢任何帮助!

2 个答案:

答案 0 :(得分:21)

转到Build Settings> Other Linker Flags>在新行$(inherited)上。

执行Cmd+Ctrl+K清理,然后构建。

答案 1 :(得分:0)

取消注释此行以定义项目的全局平台

平台:ios,'9.0'

target'AppName'do#如果您没有使用Swift并且不想使用动态框架inhibit_all_warnings,请注释此行! use_frameworks!

适用于FCM的Pod

pod'Firebase'pod'Firebase / Core'pod'Firebase / Messaging'