Installing cocoapods in mac os big sur

Installing cocoapods in mac os big sur First i try to install via official method
sudo gem install cocoapods
But the official method but get errors. After reserch long hours finely found a solution Here is solution to install cocoapoda run run command pod install or any pod command First you need to install Brew Here is Brew install command
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Brew site for more details Visit Than install cocoapad via this command
brew install cocoapods
And finely my problem is solved Cheers

Comments

Popular posts from this blog

Flutter package rename