I tried to setup RestKit using cocoapod following this instruction.
Everything looks fine. I can import RestKit and build the project.
However, when I added <RKObjectLoaderDelegate> to the ViewController interface, I got the error: Cannot find protocol declaration for RKObjectLoaderDelegate.
Am I missing something?
Did you
#import "RKObjectLoader.h"in your header?