Can store data into the Core Data sqllite database, but cannot read it back into view controller. Need more investigation
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'
Error: @synthesize Property Must Be in Implementation Context
Yes, @synthesize should be within the @implementation block
Core Data 2
Adding NSFetchedResultsControllerDelegate to the View Controller to add core data support.
The amount of boiler plate code is incredible…