RESKit: Duplicate objects are created
问题 Duplicates appear in the database after fetching. Below are the mapping and the fetch code: +(RKEntityMapping *)userMapping:(RKEntityMapping *)userMapping { [userMapping addAttributeMappingsFromDictionary:@{ @"userid" : @"userid", @"firstName" : @"firstName", @"lastName" : @"lastName", }]; userMapping.identificationAttributes = @[@"userid"]; return userMapping; } Fetch Code: AppDelegate *appDelegate = (AppDelegate *)[[UIApplication sharedApplication] delegate]; self.objectManager = [self