Reputation: 1653
I have downloaded the project from github, but failed to run the project. I have installed the cocoapods on my system, but do not know how to integrate with existing projects like that.
Upvotes: 1
Views: 3148
Reputation: 1653
I was facing this issue because some how my cocoapods were not properly installed. I was unable to run $pod install
no pod command was working.
I have OS X El Capitan 10.11
so i run this command sudo gem install -n /usr/local/bin cocoapods
and after that i move to my project directory and run pod install
and works and updated my project.
Upvotes: 3