How to fix Core Data error: “Receiver type xxx for instance message is a forward declaration”
Core Data is great. But when you add it to an existing project Xcode throws some random error messages at you that make you doubt your sanity. Again. Legitimately copied and pasted code from Apple’s own templates generates totally useless errors such as Receiver type ‘NSManagedObjectContext’ for instance message is a forward declaration. This isn’t […]