CocoaPods not installed解决

  • 发表于
  • IOS , macOS

先尝试

sudo gem uninstall cocoapods && sudo gem install cocoapods

如果还不行,再试

 1 run:
pod setup
 2 run:
brew update
brew install --HEAD usbmuxd
brew link usbmuxd
brew install --HEAD libimobiledevice
brew install ideviceinstaller

出现软链错误尝试

brew link --overwrite cocoapods

记得重启IDE