When I try to install Cocoapods using sudo gem install cocoapods, I get the follow error output:
This is happening on a MacBook Pro with an M1 chip.
When I try to install Cocoapods using sudo gem install cocoapods, I get the follow error output:
This is happening on a MacBook Pro with an M1 chip.
Do this, with M1 chipset you need to use home brew instead gem
sudo gem uninstall cocoapods
brew install cocoapods