Possible Duplicate:
UIAlertView crashes when added to app
I recently tried to delete a UIButton outlet called myButton, but I’m thinking I must have missed something because I now get the following error:
this class is not key value coding-compliant for the key myButton
If I grep the entire project, there are no remaining references to myButton, so I’m not sure how to fix the issue.
How does one get rid of this exception?
edit the xib file as as an xml file ( test editor ) and delete it from there, or delete the xib file and re-create the components