0

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.

Errors

mustafa
  • 451
  • 6
  • 15

1 Answers1

1

It looks like you need:

#import <CoreData/CoreData.h>

at the top of the file.

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