Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

FIRApp Linker Error ["_OBJC_CLASS_$_FIRApp"]

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.

enter image description here

I am using Xcode 7.3.1 with cocoapods 1.0.1.

Here is my podfile: enter image description here

Any help is greatly appreciated!

like image 345
Samuel Rosenstein Avatar asked Jun 03 '16 00:06

Samuel Rosenstein


1 Answers

Go to Build Settings > Other Linker Flags > on a new line $(inherited).

Do a Cmd+Ctrl+K for a clean, and then build.

like image 143
David East Avatar answered Oct 16 '22 09:10

David East