Here\'s the code:
NSError *parseError; NSMutableArray *listOfObjects = [NSJSONSerialization JSONObjectWithData:[@\"[]\" dataUsingEncoding:NSUTF8StringEncodin
Here is what I do:
BOOL needsWorkaround = YES; if (needsWorkaround) { NSMutableDictionary* appState2 = (__bridge_transfer NSMutableDictionary*) CFPropertyListCreateDeepCopy ( kCFAllocatorDefault, (__bridge void*)appState, kCFPropertyListMutableContainersAndLeaves ); appState = appState2; }