I can't figure out why, but my app seems to be having trouble accessing a property of my NSManagedObject singleton. The property is declared in a category is @dynamic'd in the category's .m file; it has the same name as a corresponding attribute in my model.
Edit: And yes, the name of my subclass is declared in the class field of the associated entity.
[doublepost=1451982853,1451981800][/doublepost]Well, turns out the solution was easy: change the model version used to my latest version. Thank you, Drewsmits on Stack Overflow.
Edit: And yes, the name of my subclass is declared in the class field of the associated entity.
[doublepost=1451982853,1451981800][/doublepost]Well, turns out the solution was easy: change the model version used to my latest version. Thank you, Drewsmits on Stack Overflow.