I'm trying to link a UILabel
with an IBOutlet
created in my class.
My application is crashing with the following error.error"
***
Terminating app due to uncaught exception
'NSUnknownKeyException', reason:
'[<UIViewController 0x6e36ae0> setValue:forUndefinedKey:]:
this class is not key value coding-compliant for the key XXX.'
What does this mean?
& How can I fix it?
*** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIViewController 0x6e36ae0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key XXX.'