i'm trying to create a new object and save it to core data. even my code is correct as syntax and logic -as i've learned- ,but I can't understand why these errors occur.
Asked
Active
Viewed 35 times
0
-
importing "Appdelegate.h" had fixed the problem :) – mustafa Nov 12 '14 at 13:29
1 Answers
1
It looks like you need:
#import <CoreData/CoreData.h>
at the top of the file.

Vic Smith
- 3,477
- 1
- 18
- 29