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 cocoapodsBut 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 cocoapodsAnd finely my problem is solved Cheers
Comments
Post a Comment