As we all know, when using RestKit in an iOS project utilizing CococaPods, we need to stick with the old CocoaPods 0.38 version. Otherwise RestKit won't link correctly: RKObjectMapping.h Not Found
But now that CocoaPods is out of beta, we're forced to upgrade to CocoaPods 1.x because old versions are not able to update to the latest pod repository.
This causes the mentioned RestKit hell all over again.
How can we use RestKit with the new 1.x versions of CocoaPods?