I have this in podfile:
pod \'Firebase/Core\' pod \'Firebase/Messaging\'
but getting this error:
[!] Unable to find
None of the approaches mentioned worked for me. Here is how I made it to work, however:
Podfile
pod install
I hope it will help somebody.