Modifying the Core Data Model Requires New Version Every Time?
问题 I've been searching around and let me get this straight, every time I change the attributes of my entities, I need to create an entirely new version of my model? I understand that the SQLite database is now out of sync with my data model, but can't I just delete the sql files and re-run my simulator? This is what I've been doing, but it doesn't seem to be working. 回答1: You are correct, any changes to the core data model must be made in a new core data model version. You can avoid having to do