Trying to use key-value coding to set a value on my object:
[engine setValue:[NSNumber numberWithInt:horsePower]
forKey:@"horsePower"];
Causes an error:
[<Slant6 0x7fbc61c15c40> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key horsePower.
What do I need to do to make engine
key value coding-compliant?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…