CocoaPods install issue
I had the same issue before. I fixed it by putting the following lines in the terminal:
cd ~/.cocoapods/repos
rm -rf master
pod setup
I was facing the same issue. I resolved the issue by running the following commands on the same path:
rm -rf ~/.cocoapods/repos/trunk/
pod install
I had this issues after merge. The conflicts was in project file after resolving them everything start working.
You need reinstall cocoapods: so
sudo gem uninstall cocoapods
sudo gem install cocoapods
pod setup