"该类不是密钥值编码兼容的密钥"空键

时间:2015-11-03 22:53:25

标签: ios9 xcode7

我收到了这个着名的错误

[viewController setValue:forUndefinedKey:] this class is not key value coding-compliant for the key .

但问题是,如上所述,密钥为空(又名@"")。 如果我把以下代码

- (void)setValue:(id)value forUndefinedKey:(NSString *)key
{
    NSLog(@"UndefinedKey is: %@", key);
}

在控制台中我得到了

UndefinedKey is:

设置断点并检查key是否为空。

0 个答案:

没有答案