我对键值编码和核心数据感到困惑。
Apple 文档显示拨打此电话
NSDate *latestDate = [transactions valueForKeyPath:@"@max.date"];
但是当我将它添加到我自己的班级时,我得到了这个异常
Exception [<MyClass 0x171be8> valueForUndefinedKey:]: this class is not key value coding-compliant for the key @max.
我错过了什么?