I am writing a very simple app with just one view controller. However I am getting an exception:
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key
Here is what I did:
- added a UIImageView and created an outlet in the code by ctrl-dragging to the assistant editor.
- deleted the UIImageView cause I don't need
- deleted the outlet property from the code
- checked the connection inspector and removed the outlet from the storyboard/InterfaceBuilder.
But I am still getting the exception as listed above, could anyone give me some hints?