I have this in podfile:
pod \'Firebase/Core\' pod \'Firebase/Messaging\'
but getting this error:
[!] Unable to find
If it still doesn't work, remove cocoapods directory rm -rf ~/.cocoapods and re-setup cocoapods using pod setup
rm -rf ~/.cocoapods
pod setup
Hope that helps