Application creashing in saveAction of Coredata iphone sdk
- by neha
Hi all,
In my application I'm inserting data using Coredata like this:
GoodWork * newGoodwork = (GoodWork *)[NSEntityDescription
insertNewObjectForEntityForName:@"GoodWork"
inManagedObjectContext:self.managedObjectContext];
// Step 2: Set…