In my app, I have a NSDictionary whose keys should be instances of a subclass of NSManagedObject.
NSDictionary
NSManagedObject
The problem, however, is that NSMa
NSMa
I suggest to use [[[myManagedObject objectID] URIRepresentation] absoluteString] as your key.