I type in simply the following line:
NSManagedObject ...
But Xcode doesn’t recognise NSManagedObject. I’ve never done this before and I’m following a Stanford tutorial, so I was hoping someone could point out where I might have gone wrong?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have you included the CoreData framework in your project?
Have you a
#import <CoreData/CoreData.h>in the file?