79117137

Date: 2024-10-23 08:55:58
Score: 0.5
Natty:
Report link

Use brew installer instead:

  1. Uninstall cocoapods by run this in terminal
gem uninstall cocoapods
  1. Install cocoapods with brew:
brew install cocoapods

Or if you use Apple M1 you can try install by this command line

arch -x86_64 brew install cocoapods
arch -x86_64 brew reinstall cocoapods

Reference: Github Issue

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: gopelkujo