I am trying to add a pod to my Xcode project. I am getting this error:
LoadError - no such file to load -- xcodeproj/prebuilt/universal-darwin13.0-1.8.7/
I also was seeing this. Running this fixed the issue:
sudo gem install cocoapods && pod install