Earlier, I had tried to integrate firebase in Xcode project manually but couldn't add it successfully. So Now I tried integrating firebase with cocoa pod but it resulted in build fail.
There are two pods which I have installed
Firebase/core
Firebase/messaging.
I have deleted old firebase.h file which was added in the process manually linking firebase to project.
I clean & build but still this Redifinition error is comming.
Any help?