tabbar controller error
my apps using tabbar controller and contains 3 pages
and i want to add one more page .
everything should be running fine , but after i connect the variable to the particular field , the apps terminates suddenly
here is the msg from console
2011-05-27 08:56:44.226 finanicalcal[37418:207] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIViewController 0x6235980> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key answerLabel.'
the new page is very similar to the existing page which running fine
could anyone , thanks
|