Pre load core data database coming up black with UIManagedDocument
问题 Hi supportive experts... I'm writing my first iPad app and have a working beta copy that parses an XML file to create a UIManagedDocument Core Data DB on app start up. However this takes a long time and I would like to do it once off line and include the initial data directly into my app bundle. Needless to say I'm hitting a wall trying to get it to work. I first followed the command line utility approach see here This worked until I imported the .sqlite file and tried to edit the