Cocoapods Not Working in MACos High Sierra

CocoaPods not working in macOS High Sierra

According to https://github.com/CocoaPods/CocoaPods/issues/6778 reinstalling CocoaPods should solve this issue:

sudo gem install cocoapods

cocoapods permission issue in High Sierra?

Finally I found a solution after a lot of search.

1: Update your terminal to the latest version.

2: Download and Update RubyGems to the latest version from: https://rubygems.org/pages/download

3: Thin I update my pod file. through pod update.

Can't Install Cocoapods on macOS Sierra

Try this sudo gem install cocoapods -n /usr/local/bin/

Error installing cocoapods sudo gem install cocoapods MacOs Catalina

Seems like you don't have access to usr/bin directory. i have been there!!

please try below command.

sudo gem install -n /usr/local/bin cocoapods

this should work. Thanks!!

Please refer this post more information about access rights.



Related Topics



Leave a reply



Submit