hit counter

Timeline

My development logbook

Core Data 3

The model used to open the store is incompatible with the one used to create the store

Delete the app from the iOS simulator whenever seeing this error message

The Console Message Is Rather Helpful

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'An instance of NSFetchedResultsController requires a fetch request with sort descriptors'

Core Data 2

Adding NSFetchedResultsControllerDelegate to the View Controller to add core data support.

The amount of boiler plate code is incredible…