Core Data Fault
问题 I am mapping Json Data from Server using Restkit and I am Displaying those data by fetching from db. There is a refresh button in my view which performs the above operation again. Scenario: I have two tables Key & Profile which has one-one relationship. I am fetching data from DB using follwing code NSFetchRequest *fetchRequest = [Key fetchRequest]; [fetchRequest setRelationshipKeyPathsForPrefetching:[NSArray arrayWithObject:@"Profile"]]; [fetchRequest setIncludesSubentities:YES]; NSArray