core data editor problems
I was recommended by someone in Stack Overflow to use Core Data Editor http://christian-kienle.de/CoreDataEditor/ to manage the sqlite persistent store. However the latest version (3.0) crashes on launch everytime. Older versions load but I see nothing when i point the config to the persistent store and the obj开发者_如何学Pythonect model directories. There is no documentation either.
can someone point me to the right place to sort this problem? I am trying to find a more manageable way to coordinate core data development than sqlite consoles.
thank you
You have to set the compiled model in Core Data Editor (ending in .moc, not the .xcdatamodel). You can find it in the resources folder of your app bundle.
精彩评论