I'm using rest kit 0.20.3 and Xcode 5. Without
core data I'm able to perform all rest kit operation, but when I've tried it with
core data, I'm not even able to perform GET due to some problem. I can't figure it out. I'm new with
core data. So pls help. Here is my code:
AppDelegate.m
@implementation
…