Closed hjue closed 12 years ago
I according the Readme, I have gotten a " -[User setName:]: unrecognized selector sent to instance 0x68896a0" error,
e.g. in the case: User *user = [User newRecord]; user.name = @"Alex"; [user save];
NSArray *users = [User allRecords]; User *userForRemove = [users first]; NSLog(@"%@",userForRemove.name);
I according the Readme, I have gotten a " -[User setName:]: unrecognized selector sent to instance 0x68896a0" error,
e.g. in the case: User *user = [User newRecord]; user.name = @"Alex"; [user save];