After adding Restkit to the Podfile:
platform :ios
dependency 'Facebook-iOS-SDK', '1.2'
dependency 'RestKit', '0.10.1'
and run:
$ pod install
Updating spec repo `master'
Using Facebook-iOS-SDK (1.2)
Using SBJson (2.2.3)
Generating support files
RestKit is not installed. How can I install RestKit by CocoaPods?
Based on information of this pull request, updated the
Podfileto:or update to the latest (0.6.2.rc2)
cocoapodsby: