I am trying to do an App with tab bar controller, one of this tab has to be a tableView with core data functions. The first question is do I need to use a navigation controller before the TableView or I can go from tab bar direct to the TableView?
At the moment my project is from tab Bar to tableView but I am stack on this error "Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '+entityForName: could not locate an NSManagedObjectModel for entity name 'Event' " that looks a pretty much common error.
When I run the app is working but when I am trying to go on the tab with table view is crashing. I am new in programming is quite easy to be stack for me.
Any idea/help.
Thanks