In XCode 7, I got the managedObjectContext like this:
[[[NSApplication sharedApplication] delegate] managedObjectContext]
in XCode 8 I get an Error over the managedObjectContext saying:
Instance method 'managedObjectContext' not found;
How do I get to the App's managedObjectContext ?