文件xib和IBOutlet关联错误

*** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<FourStyleViewController 0x5916fe0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key foodImageView1.


这是因为最开始我用的是 foodImageView1 但是 后来 我将这个改名了,所以就出现了关联不上的问题。

你可能感兴趣的:(out)