Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key butp.'
where is my problem?
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key butp.'
where is my problem?
Check your references of your outlets in your XIB, one of them is probably referencing a property (butp) that does not exist anymore