My application works for iOS 5.1 but for iOS 6 simulator I get the following error.
Terminating app due to uncaught exception \'NSInternalInconsist
I had this problem and solving it was just one simple thing.
Keep the nib if you already created ...
Go to (XIB file) and add a tableView component from objects library to the XIB file's iPhone screen, and it should work :)