电脑升级以后报错 cocoaPod bad interpreter: No such file or directory
安装Homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
安装Ruby后重新安装CocoaPods
brew install ruby
sudo gem install cocoapods
电脑升级以后报错 cocoaPod bad interpreter: No such file or directory
安装Homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
安装Ruby后重新安装CocoaPods
brew install ruby
sudo gem install cocoapods