キー値コーディングを使用してオブジェクトに値を設定しようとしています:
[engine setValue:[NSNumber numberWithInt:horsePower]
forKey:@"horsePower"];
エラーの原因:
[<Slant6 0x7fbc61c15c40> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key horsePower.
engine
キー値のコーディングに準拠するには何をする必要がありますか?