Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
If you take a close look at the console report of the crash, you can figure out what’s wrong...
We created this problem when we added new fields to the Fugitive entity. Our initial fugitive database was created with the old model, and Core Data has no idea where to get those new fields from. Rather than risk data corruption, it aborted our application with an error. That’s good, but we still need to figure out how to fix it.