Interesting problem...
I'm creating a Document based app and now need to convert my CoreData model so that it will use lightweight migration.
I've added a new model version and set it up as needed, and also selected v2 of my model as the current. Now I need to set up lightweight migration. I've done this before in another app, but in my previous app it wasn't a document based app (and it was also using an older version of Xcode.)
The problem I have now is: I did not set up the persistent store in this application, and thus there is no code in any of my files to persistent store... so I have no idea how or where to add the options dictionary so that lightweight migration will work.
I'm sure there is a simple solution, but I can't seem to find it.
Any ideas?