hit counter

Timeline

My development logbook

Encountered This Error When Adding Core Data Support to My Ios Project

Encountered this error when adding core data support to my ios project

1
Receiver 'NSManagedObjectContext' for class message is a forward declaration.

Basically, in addition to adding the CoreData framework, we need to include the core data header file. The best place to add it is in the <AppName>-Prefix.pch