I have this in podfile:
pod \'Firebase/Core\' pod \'Firebase/Messaging\'
but getting this error:
[!] Unable to find
This worked for me by updating cocoapods and my pod repo:
sudo gem install cocoapods pod repo update
try below commands:
pod repo remove master pod repo update pod install --verbose