Skip to content

Instantly share code, notes, and snippets.

@kyleve
Created November 17, 2014 19:57
Show Gist options
  • Save kyleve/36b984d422cdc309447c to your computer and use it in GitHub Desktop.
Save kyleve/36b984d422cdc309447c to your computer and use it in GitHub Desktop.
NSManagedObjectContext *context = [[NSManagedObjectContext alloc] initWithConcurrencyType:NSMainQueueConcurrencyType];
// Crashes with an EXC_BAD_ACCESS at 0x10.
context.parentContext = nil;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment