CoreData: managedObjectContext not being created
- by PruitIgoe
I had to add core data to an existing project but I am having issues with the managedObjectContext...
in prefix.pch I have this:
#import <Availability.h>
#ifndef __IPHONE_5_0
#warning "This project uses features only available in iOS SDK 5.0 and later."
#endif
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import…