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...