hit counter

Timeline

My development logbook

Got This Error Message in Xcode

Got this error message in xcode

1
2
3
4
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-   
[UITableViewController loadView] loaded the "nJq-Ph-OeI-view-HRK-KR-R8g" nib but didn't get 
 a UITableView.'
*** First throw call stack:

It is because I have removed a UITableView from a UITableViewController in a storyboard. Adding back a UITableView and relinking it to the view outlet of the controller fixes the problem

Encountered This Error When Adding Core Data Support to My Ios Project

Encountered this error when adding core data support to my ios project

1
Receiver 'NSManagedObjectContext' for class message is a forward declaration.

Basically, in addition to adding the CoreData framework, we need to include the core data header file. The best place to add it is in the <AppName>-Prefix.pch