SyntaxFix
Write A Post
Hire A Developer
Questions
Mine was something simple/stupid. Newbie mistake, for anyone that has converted their NSManagedObject to a normal NSObject.
I had:
@dynamic order_id;
when i should have had:
@synthesize order_id;