So I am very new to CocoaPods and I want some clarification on a command.
I had an error that said Unable to find a specification for 'Firebase/Core'
and after multiple tries of different commands the only thing that worked was Pod repo remove master
. Can anyone tell me why that worked and what it did?
Just rm -rf that pod's folder, and remove the line from the Podfile. Then run pod install again.
cocoapods-repo-update is a CocoaPods plugin that checks your dependencies when you run pod install and updates the local specs repositories if needed.
Pod Repo Push ActionAdd podspec to your private repo on tag event. The action will automatically update the podspec version based on the tag name using the version_bump_podspec action from Fastlane.
The Master(Specs) Repo is the repository on GitHub that contains the list of all available pods. In case it is broken or not up-to-date you might face issues while installing or updating your pods.
By pod repo remove master
you removed the master repo which might be broken or not up-to-date.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With