I am creating an application for the iPhone and I am working on this TableViewController, but when testing, I get this error, and I really don't know what to do with it:
2012-01-13 13:45:32.947 HandHistory Reviews[3422:707] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<SessionsTableViewController 0x191cb0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key dataSource.'
Anyone got an idea?
This is my SessionTableViewController.m file:
ios uitableview key-value
Sander declerck
source share