How to Save Data When Using One ManagedObjectContext and PersistentStoreCoordinator with Two Stores
问题 PROBLEM STATEMENT When attempting to save a record to a read/write store that is one of two SQLite stores assigned to the same PersistentStoreCoordinator, my iPhone app crashes. One obvious issue when saving a record is the PersistentStoreCoordinator does not know in which Store to save the data (only because I don't know how to make this happen). First I will provide the big picture to make sure my approach is sound. Then I will supply the implementation details. BACKGROUND This is a