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
My problem was the cocoa pods version so I installed the latest with: sudo gem install cocoapods --pre Then pod update
sudo gem install cocoapods --pre
pod update
That worked for me