Migrating a many-to-many relationship to a join table in Core Data
问题 I've got an iPhone app that uses many-to-many relationships to link tags and notes together. I'm currently using Core Data's "Relationships" feature to accomplish this, but would like to migrate to using a join table instead. Here's my challenge: I'd like to migrate from the old model to the join-table model, and I need to figure out how to perform that data migration. Are there any good examples of how to do this? Update: I'm clarifying my question here to help out with what's going on here: