Issue Type: Bug Bug
Assignee: Unassigned
Created: 07/Nov/13 4:01 AM
Description:

I am able to save ratatouilleMutableDic without issue. But ratatouilleDic throws exception:
// 'NSUnknownKeyException', reason: '[<__NSDictionaryI 0xa870630> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key id.'

See test code below:
NSMutableDictionary *ratatouilleMutableDic = [@

{ @"title" : @"Ratatouille", @"description" :recipeWriting}

mutableCopy];
[store save:ratatouilleMutableDic error:nil];

NSDictionary *ratatouilleDic = @

{ @"title" : @"Ratatouille", @"description" :recipeWriting}

;
[store save:ratatouilleDic error:nil];

Expected behavior: should accept both without issue.

Project: AeroGear iOS
Priority: Major Major
Reporter: Corinne Krych
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira