Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The Core Data template set up the Persistent Store Coordinator to use a SQLite database named after our project. As long as the database is named iBountyHunter.sqlite, then Core Data should be ready to go.
Core Data is looking somewhere else.
Our problem is with how Core Data looks for the database. Well, it’s actually a little more complicated than that.