localhost:PodTest3 haiwang$ pod install Analyzing dependencies Downloading dependencies Installing MBProgressHUD (0.9.2) Installing Masonry (1.0.2) Generating Pods p
I ran into this error when I installed cocoapods with brew.
running brew uninstall cocoapods then sudo gem install cocoapods fixed the issue.
brew uninstall cocoapods
sudo gem install cocoapods