i am having some issues with Core data migration. i am having 3 versions of my app 1.0, 1.1, 1.2.
for the 1st two versions(1.0 and 1.1), i am having the same data model, but for third version(1.2) i have done some changes in my data model. Now i am getting incompatible issue at version 1.2 of my app(though its a light weight changes).
I am thinking that i have missed the data model version at version 1.1 of my app, as there is no change in the datamodel for 1.0 and 1.1, i havent created another data model version.
Do we need to create a data model version for new app version, even there is no change in the data model between the versions.
sorry if my query is too dum... please suggest..