I am working on an App update and this version is completely built from scratch and has completely new coreData model schema. I need to write coreData
coreData
You can do migration by reading old database with pure sqlite SELECTs and inserting data into new database through coredata model. I've made this in my software to import data from concurrent software :)