0

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?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
nima sp
  • 158
  • 2
  • 9
  • There is no way for someone to know **where** the problem is without seeing some code... – Firo Aug 15 '13 at 21:01
  • Look at the list of related questions to yours. There are countless existing questions covering this error. – rmaddy Aug 16 '13 at 05:19

1 Answers1

0

Check your references of your outlets in your XIB, one of them is probably referencing a property (butp) that does not exist anymore

Woodstock
  • 22,184
  • 15
  • 80
  • 118