Re: Core data unable to save Date, Name etc.

2009-10-18 Thread Alexander Spohr
Am 18.10.2009 um 20:50 schrieb Harish Yarlagadda: I have a Class Math which extends NSManagedObject and has some dynamic propertiesa. name (String) b. date (Date) I using xcdatamodel for modeling my tables. I am using String and Date respectively from xcdatamodel. I am creating a new match o

Core data unable to save Date, Name etc.

2009-10-18 Thread Harish Yarlagadda
I have a Class Math which extends NSManagedObject and has some dynamic propertiesa. name (String) b. date (Date) I using xcdatamodel for modeling my tables. I am using String and Date respectively from xcdatamodel. I am creating a new match object using insertNewObjectForEntityForName.  The objec