I have created a demo (cocoa) in storyboard with coredata selected.
I have a tableview
and NSArrayController
in one of the viewcontroller on storyboard.
Two buttons add
and remove
are added which are connected to NSArraycontroller
. But when I click on add
it gives me an exception like Failed to create an object
.
Please help. I am new to cocoa development