I am rather confused about key-value-coding and core data.
The Apple docs show making this call
NSDate *latestDate = [transactions valueForKeyPath:@"@max.date"];
but when I add it to my own class, I get this exception
Exception [<MyClass 0x171be8> valueForUndefinedKey:]: this class is not key value coding-compliant for the key @max.
What am I missing?