1
votes

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?

1

1 Answers

2
votes

Did you #import "RKObjectLoader.h" in your header?