Re: Unable to use Managed Object Context proxy from Interface builder library

2013-11-24 Thread Devarshi Kulshreshtha
Resolved this problem, by using below code :-) - (void)awakeFromNib { [self.listManagedObjectContext setPersistentStoreCoordinator:[ NSAppDelegate persistentStoreCoordinator]]; } On Sun, Nov 24, 2013 at 2:53 PM, Devarshi Kulshreshtha < devarshi.bluec...@gmail.com> wrote: > I am making a

Unable to use Managed Object Context proxy from Interface builder library

2013-11-24 Thread Devarshi Kulshreshtha
I am making a simple mac os x app, in which I will be showing some records in a table view, after retrieving those from local db. I am using core data and NSArrayController proxy for the same and I am trying to achieve it through cocoa-bindings. Now I can easily make it working, by performing this