An instance of NSFetchedResultsController requires a non-nil fetchRequest and managedObjectContext?

From what I can see there, the Fetch Request is being created properly, but you don't set the context in that class. Do you set the context in another class before you show the view?

A good way to do that without having to include AppDelegate dependency in any controller where you're going to use the managedObjectContext is by passing the object to the controller when the application finished launching.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions