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

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


Such inexplicable exceptions are often a result of an unclean xib file. Open the xib in xcode, select File's Owner and click on the "Connection Inspector" (upper right arrow), to see all outlets at once.Look for !s which indicates a missing outlet.


Check your connections in Interface Builder.You're probably referring to a non existent IBOutlet or IBAction.


Look "!"

Thanks guys. I solved this problem through your help. So, I hope this screenshot helpful to person who have same problem.