Heres the problem... I Have an app in the app store, which uses core data... I have been updating my model correctly (using versions etc) but Just recently I have accidentally lost my latest model (the one that corresponds with the app store) and so now I get this error: reason = "Can't find model for source store";
I have created my model and to the best of my knowledge I have made the changes exactly the same from the previous version... yet I still can't get it to like my model version. So my question is, can I somehow trick core data to thinking it has the right version? or is there a way I can check which entities its having trouble with? I understand that core data stores a hash of the model to check that the versions are the same, but I don't know the extent to which the version models have to be the same in order for the 'hash check' to be successful..
Any help would be great! Thanks!