Core Data information in application
问题 I have an app that I'm building where it has some data built into it that is contained in a core data data model. When I run the app to the simulator, the data is there and everything is peachy. However, when I deploy the app to the device (an iPad), the app works fine, except there is no data. Seems like a no brainer, but can't seem to find a switch or check box or anything to tell xcode to deploy the data along with the model. Update: The suggested duplicate didn't really help me. I'm not