Undefined symbols for architecture armv7: "_OBJC_CLASS_$_FIRApp"
s.static_framework = true
to podspec worked for me
URL: How to use Firebase SDK as a Pod dependency?
Did CocoaPods write any warnings due to pods installation? I fixed a similar issue by setting OTHER_LDFLAGS
build settings to $(inherited)
flag.