Hello I am trying to bind the NSManagedObjectContext of my NSArrayController later by code. The controller gets loaded in the nib without a bound context. But I have a NSTableView bound to the array controller. I want the table to remain empty until I loaded some data into the context (and not show the old data in the context on launch). When I launch the app i get this error:
Cannot perform operation without a managed object context
Is this just not possible? Do I have to work around that or am I doing it wrong? I thought the controller would return nil without a context.