I am trying to install cocoapods in my mac system but Unfortunately not able to install due to below error.
I have already used below commands.
sudo gem install -n /usr/local/bin cocoapods --preexport GEM_HOME=~/.gems export PATH=$GEM_HOME/bin:$PATH gem install cocoapods
