I\'ve encounter an strange issue after installing RestKit with cocoapods. after resolving RestKit dependency for my project with cocoapods and trying to build it, I face thi
I had same error. First I update cocoapods using
sudo gem install cocoapods
then install pods using Pod install command worked for me.