I am facing on common error in both UIPickerview and UITableview, i.e.
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIViewController 0x4d32080> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key CurrencyPicker.'
and
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIViewController 0x4b2c070> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key tableView.'
Please help me why these are.
I think it is due to datasource and delegate connection of tableview and picker view to fileowner. but I have done every thing right.
Plz help me out.
Thanks.