Possible Duplicate:
Implementation of “Automatic Lightweight Migration” for Core Data (iPhone)
I submitted an update of my app in the appstore. In this update I've added some things in my core database. Now I get some complaints that the app is crashing all the time. After some searching I found that I needed to migrate my core database. My question is now what are the steps I need to do this. I've read the documentation on the developer website but can't get it working.
I'm using the latest xcode. Any help?