I am trying to sync the database (using core data) using CBLIncrementalStore. In managedObjectModel i am adding updateManagedObjectModel method. My data model has 7 versions, every time app is started i get crash on line entity.properties = properties;
But when there is only one version it is working fine. So does couch base not support the core data model versions ?