本文介绍了FIRApp链接程序错误[“_OBJC_CLASS _ $ _ FIRApp”]的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已经搜索过SO和Google,但找不到可行的答案。我已经在多个项目上使用了新的Firebase Cocoapod,但是现在,当将其添加到不同的项目时,我收到以下错误消息。我使用Xcode 7.3.1和cocoapods 1.0.1。
这是我的podfile:
任何帮助都非常感谢!
> 其他链接器标志> on一个新行 $(继承)。
执行 Cmd + Ctrl + K 换一个干净的,然后build。
I have scoured SO and Google but can't find an answer that works. I have used the new Firebase Cocoapod on multiple projects but now, when adding it to a different project I am getting the following error.
I am using Xcode 7.3.1 with cocoapods 1.0.1.
Here is my podfile:
Any help is greatly appreciated!
解决方案
Go to Build Settings > Other Linker Flags > on a new line $(inherited).
Do a Cmd+Ctrl+K for a clean, and then build.
这篇关于FIRApp链接程序错误[“_OBJC_CLASS _ $ _ FIRApp”]的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
09-17 11:52