Code:
NSFetchRequest *fetchRequest = [[NSFetchRequest alloc] init]; NSEntityDescription *entity = [NSEntityDescription entityForName:@\"A\"
you need to treat description as a reserved word. That is the issue you are having. You should have received a warning when you tried to have a property called description.