Hey there.... CoreData: annotation: Incompatible version schema for persistent store 'file:///Users/xxxx/Library/Developer/CoreSimulator/Devices/23B8CDDD-CC5F-4A1C-B0F4-CF89C77B7ECF/data/Containers/Data/Application/0A2FEBCC-73A6-4BD9-A29A-65B411E9F59B/Library/Application%20Support/default.store'. store metadata = { NSPersistenceFrameworkVersion = 1327; NSStoreModelVersionChecksumKey = "xXPVxq8fofAnifgDBYuS5cyZL+g4JB/FRvyWNwPo5og="; NSStoreModelVersionHashes = { Category = {length = 32, bytes = 0x15595816 5491dcdd 4ba5a482 d8abadf4 ... 9512f0f8 f3797928 }; Item = {length = 32, bytes = 0x236a2d5a 164bccc6 f7b2736a 70021ce2 ... 74b68603 2897513c }; }; NSStoreModelVersionHashesDigest = "UoORldDhmGs65OfxP7mtEbbKhLBuZcnTTY3eN2oPGkf/kPRNNvrMkJUMyNzm6Y0i9RiWzCsTdXLGafvG1h3Iwg=="; NSStoreModelVersionHashesVersion = 3; NSStoreModelVersionIdentifiers = ( "1.0.0" ); NSStoreType = SQLite; NSStoreUUID = "C53D73B5-4E2F-4034-A3B2-56BE491835E5"; "_NSAutoVacuumLevel" = 2; } and current model versions = { Category = {length = 32, bytes = 0x187754bb 36c51a62 85ede16f 4b2a3912 ... 57326030 2de7ef77 }; Item = {length = 32, bytes = 0xeb0ab9eb 02ff4bcd 58895457 6b399782 ... 1596929f f80984b7 }; } CoreData: annotation: (migration) will attempt automatic schema migration CoreData: debug: Choosing model from cache table in db at '/Users/xxxx/Library/Developer/CoreSimulator/Devices/23B8CDDD-CC5F-4A1C-B0F4-CF89C77B7ECF/data/Containers/Data/Application/0A2FEBCC-73A6-4BD9-A29A-65B411E9F59B/Library/Application Support/default.store' CoreData: annotation: (migration) inferring a mapping model between data models with source hashes: { Category = {length = 32, bytes = 0x15595816 5491dcdd 4ba5a482 d8abadf4 ... 9512f0f8 f3797928 }; Item = {length = 32, bytes = 0x236a2d5a 164bccc6 f7b2736a 70021ce2 ... 74b68603 2897513c }; } destination hashes: { Category = {length = 32, bytes = 0x15595816 5491dcdd 4ba5a482 d8abadf4 ... 9512f0f8 f3797928 }; Item = {length = 32, bytes = 0x231217fc de3f1994 dff9a202 265c388f ... 8fcd49b1 f00bda03 }; } CoreData: annotation: Beginning lightweight migration on connection CoreData: annotation: Beginning creation of schema migration statements CoreData: annotation: Finished creating schema migration statements CoreData: annotation: Beginning formal transaction CoreData: annotation: Checking metadata CoreData: annotation: Begin dropping derived properties. CoreData: annotation: End dropping derived properties. CoreData: annotation: Begin entity schema & data migration statements. CoreData: annotation: Executing entity schema & data migration statement: NSSQLiteStatement <0x60000213ba70> on entity 'Item' with sql text 'ALTER TABLE ZITEM RENAME COLUMN ZTIMESTAMP TO ZDUEDATE' CoreData: annotation: Executing entity schema & data migration statement: NSSQLiteStatement <0x60000213b840> on entity 'Category' with sql text 'CREATE UNIQUE INDEX IF NOT EXISTS Z_Category_UNIQUE_title ON ZCATEGORY (ZTITLE COLLATE BINARY ASC)' CoreData: annotation: Executing entity schema & data migration statement: NSSQLiteStatement <0x60000213b890> on entity '(null)' with sql text 'CREATE INDEX IF NOT EXISTS ZITEM_ZCATEGORY_INDEX ON ZITEM (ZCATEGORY)' CoreData: annotation: Finished entity schema & data migration statements. CoreData: annotation: Begin index creation and updates. CoreData: annotation: Executing index creation statement: NSSQLiteStatement <0x60000214c460> on entity 'Category' with sql text 'CREATE UNIQUE INDEX IF NOT EXISTS Z_Category_UNIQUE_title ON ZCATEGORY (ZTITLE COLLATE BINARY ASC)' CoreData: annotation: Finished index creation and updates. CoreData: annotation: Begin updating derived properties. CoreData: annotation: Finished updating derived properties. CoreData: annotation: Beginning persistent history metadata tables update CoreData: annotation: Executing history migration statement: NSSQLiteStatement <0x60000214c500> on entity '(null)' with sql text 'UPDATE OR FAIL ACHANGE SET ZCOLUMNS = NSPersistentHistoryMigrateUpdates(3, 2, 2, ZCOLUMNS) WHERE ZENTITY == 2 AND ZCHANGETYPE == 1;' CoreData: annotation: Executing history migration statement: NSSQLiteStatement <0x60000214c4b0> on entity '(null)' with sql text 'CREATE INDEX IF NOT EXISTS ACHANGE_ZTRANSACTIONID_INDEX ON ACHANGE (ZTRANSACTIONID)' CoreData: annotation: Executing history migration statement: NSSQLiteStatement <0x60000214c460> on entity '(null)' with sql text 'CREATE INDEX IF NOT EXISTS ATRANSACTION_ZAUTHORTS_INDEX ON ATRANSACTION (ZAUTHORTS)' CoreData: annotation: Executing history migration statement: NSSQLiteStatement <0x60000214c5a0> on entity '(null)' with sql text 'CREATE INDEX IF NOT EXISTS ATRANSACTION_ZBUNDLEIDTS_INDEX ON ATRANSACTION (ZBUNDLEIDTS)' CoreData: annotation: Executing history migration statement: NSSQLiteStatement <0x60000214c5f0> on entity '(null)' with sql text 'CREATE INDEX IF NOT EXISTS ATRANSACTION_ZCONTEXTNAMETS_INDEX ON ATRANSACTION (ZCONTEXTNAMETS)' CoreData: annotation: Executing history migration statement: NSSQLiteStatement <0x60000214c230> on entity '(null)' with sql text 'CREATE INDEX IF NOT EXISTS ATRANSACTION_ZPROCESSIDTS_INDEX ON ATRANSACTION (ZPROCESSIDTS)' CoreData: annotation: Executing history migration statement: NSSQLiteStatement <0x60000214c0a0> on entity 'TRANSACTION' with sql text 'CREATE INDEX IF NOT EXISTS Z_TRANSACTION_TransactionAuthorIndex ON ATRANSACTION (ZAUTHOR COLLATE BINARY ASC)' CoreData: annotation: Executing history migration statement: NSSQLiteStatement <0x60000214c050> on entity 'TRANSACTION' with sql text 'CREATE INDEX IF NOT EXISTS Z_TRANSACTION_TransactionTimestampIndex ON ATRANSACTION (ZTIMESTAMP COLLATE BINARY ASC)' CoreData: annotation: Executing history migration statement: NSSQLiteStatement <0x60000214c1e0> on entity 'TRANSACTIONSTRING' with sql text 'CREATE UNIQUE INDEX IF NOT EXISTS Z_TRANSACTIONSTRING_UNIQUE_NAME ON ATRANSACTIONSTRING (ZNAME COLLATE BINARY ASC)' CoreData: annotation: Completed persistent history metadata tables update CoreData: annotation: Updating metadata CoreData: annotation: Finished updating metadata CoreData: annotation: Committing formal transaction CoreData: annotation: Finished committing formal transaction CoreData: annotation: Checkpointing WAL journal CoreData: annotation: Finished checkpointing WAL journal CoreData: annotation: Successfully completed lightweight migration on connection CoreData: annotation: (migration) in-place migration completed successfully in 0.01 seconds CoreData: annotation: (migration) Automatic schema migration succeeded for store at 'file:///Users/xxxx/Library/Developer/CoreSimulator/Devices/23B8CDDD-CC5F-4A1C-B0F4-CF89C77B7ECF/data/Containers/Data/Application/0A2FEBCC-73A6-4BD9-A29A-65B411E9F59B/Library/Application%20Support/default.store' with migration stage: CoreData: debug: Choosing model from cache table in db at '/Users/xxxx/Library/Developer/CoreSimulator/Devices/23B8CDDD-CC5F-4A1C-B0F4-CF89C77B7ECF/data/Containers/Data/Application/0A2FEBCC-73A6-4BD9-A29A-65B411E9F59B/Library/Application Support/default.store' CoreData: annotation: (migration) inferring a mapping model between data models with source hashes: { Category = {length = 32, bytes = 0x15595816 5491dcdd 4ba5a482 d8abadf4 ... 9512f0f8 f3797928 }; Item = {length = 32, bytes = 0x231217fc de3f1994 dff9a202 265c388f ... 8fcd49b1 f00bda03 }; } destination hashes: { Category = {length = 32, bytes = 0x15595816 5491dcdd 4ba5a482 d8abadf4 ... 9512f0f8 f3797928 }; Item = {length = 32, bytes = 0xa7e4be4d ddd86d36 f71799b0 bc69dcb4 ... 83d47dfe d433fc01 }; } CoreData: annotation: Beginning lightweight migration on connection CoreData: annotation: Beginning creation of schema migration statements CoreData: annotation: Finished creating schema migration statements CoreData: annotation: Beginning formal transaction CoreData: annotation: Checking metadata CoreData: annotation: Begin dropping derived properties. CoreData: annotation: End dropping derived properties. CoreData: annotation: Begin entity schema & data migration statements. CoreData: annotation: Executing entity schema & data migration statement: NSSQLiteStatement <0x6000021457c0> on entity 'Item' with sql text 'ALTER TABLE ZITEM ADD COLUMN ZISARCHIVED INTEGER' CoreData: annotation: Executing entity schema & data migration statement: NSSQLiteStatement <0x600002145810> on entity 'Item' with sql text 'ALTER TABLE ZITEM ADD COLUMN ZISFLAGGED INTEGER' CoreData: annotation: Executing entity schema & data migration statement: NSSQLiteStatement <0x600002145130> on entity 'Category' with sql text 'CREATE UNIQUE INDEX IF NOT EXISTS Z_Category_UNIQUE_title ON ZCATEGORY (ZTITLE COLLATE BINARY ASC)' CoreData: annotation: Executing entity schema & data migration statement: NSSQLiteStatement <0x6000021455e0> on entity '(null)' with sql text 'CREATE INDEX IF NOT EXISTS ZITEM_ZCATEGORY_INDEX ON ZITEM (ZCATEGORY)' CoreData: annotation: Finished entity schema & data migration statements. CoreData: annotation: Begin updating default values. CoreData: annotation: Finished updating default values. CoreData: annotation: Begin index creation and updates. CoreData: annotation: Executing index creation statement: NSSQLiteStatement <0x60000214c280> on entity 'Category' with sql text 'CREATE UNIQUE INDEX IF NOT EXISTS Z_Category_UNIQUE_title ON ZCATEGORY (ZTITLE COLLATE BINARY ASC)' CoreData: annotation: Finished index creation and updates. CoreData: annotation: Begin updating derived properties. CoreData: annotation: Finished updating derived properties. CoreData: annotation: Beginning persistent history metadata tables update CoreData: annotation: Executing history migration statement: NSSQLiteStatement <0x600002131950> on entity '(null)' with sql text 'UPDATE OR FAIL ACHANGE SET ZCOLUMNS = NSPersistentHistoryMigrateUpdates(3, 2, 2, ZCOLUMNS) WHERE ZENTITY == 2 AND ZCHANGETYPE == 1;' CoreData: annotation: Executing history migration statement: NSSQLiteStatement <0x600002131900> on entity '(null)' with sql text 'CREATE INDEX IF NOT EXISTS ACHANGE_ZTRANSACTIONID_INDEX ON ACHANGE (ZTRANSACTIONID)' CoreData: annotation: Executing history migration statement: NSSQLiteStatement <0x600002131860> on entity '(null)' with sql text 'CREATE INDEX IF NOT EXISTS ATRANSACTION_ZAUTHORTS_INDEX ON ATRANSACTION (ZAUTHORTS)' CoreData: annotation: Executing history migration statement: NSSQLiteStatement <0x6000021319a0> on entity '(null)' with sql text 'CREATE INDEX IF NOT EXISTS ATRANSACTION_ZBUNDLEIDTS_INDEX ON ATRANSACTION (ZBUNDLEIDTS)' CoreData: annotation: Executing history migration statement: NSSQLiteStatement <0x6000021319f0> on entity '(null)' with sql text 'CREATE INDEX IF NOT EXISTS ATRANSACTION_ZCONTEXTNAMETS_INDEX ON ATRANSACTION (ZCONTEXTNAMETS)' CoreData: annotation: Executing history migration statement: NSSQLiteStatement <0x600002131a40> on entity '(null)' with sql text 'CREATE INDEX IF NOT EXISTS ATRANSACTION_ZPROCESSIDTS_INDEX ON ATRANSACTION (ZPROCESSIDTS)' CoreData: annotation: Executing history migration statement: NSSQLiteStatement <0x600002131a90> on entity 'TRANSACTION' with sql text 'CREATE INDEX IF NOT EXISTS Z_TRANSACTION_TransactionAuthorIndex ON ATRANSACTION (ZAUTHOR COLLATE BINARY ASC)' CoreData: annotation: Executing history migration statement: NSSQLiteStatement <0x600002131ae0> on entity 'TRANSACTION' with sql text 'CREATE INDEX IF NOT EXISTS Z_TRANSACTION_TransactionTimestampIndex ON ATRANSACTION (ZTIMESTAMP COLLATE BINARY ASC)' CoreData: annotation: Executing history migration statement: NSSQLiteStatement <0x600002131b80> on entity 'TRANSACTIONSTRING' with sql text 'CREATE UNIQUE INDEX IF NOT EXISTS Z_TRANSACTIONSTRING_UNIQUE_NAME ON ATRANSACTIONSTRING (ZNAME COLLATE BINARY ASC)' CoreData: annotation: Completed persistent history metadata tables update CoreData: annotation: Updating metadata CoreData: annotation: Finished updating metadata CoreData: annotation: Committing formal transaction CoreData: annotation: Finished committing formal transaction CoreData: annotation: Checkpointing WAL journal CoreData: annotation: Finished checkpointing WAL journal CoreData: annotation: Successfully completed lightweight migration on connection CoreData: annotation: (migration) in-place migration completed successfully in 0.01 seconds CoreData: annotation: (migration) Automatic schema migration succeeded for store at 'file:///Users/xxxx/Library/Developer/CoreSimulator/Devices/23B8CDDD-CC5F-4A1C-B0F4-CF89C77B7ECF/data/Containers/Data/Application/0A2FEBCC-73A6-4BD9-A29A-65B411E9F59B/Library/Application%20Support/default.store' with migration stage: CoreData: debug: Choosing model from cache table in db at '/Users/xxxx/Library/Developer/CoreSimulator/Devices/23B8CDDD-CC5F-4A1C-B0F4-CF89C77B7ECF/data/Containers/Data/Application/0A2FEBCC-73A6-4BD9-A29A-65B411E9F59B/Library/Application Support/default.store' CoreData: annotation: (migration) inferring a mapping model between data models with source hashes: { Category = {length = 32, bytes = 0x15595816 5491dcdd 4ba5a482 d8abadf4 ... 9512f0f8 f3797928 }; Item = {length = 32, bytes = 0xa7e4be4d ddd86d36 f71799b0 bc69dcb4 ... 83d47dfe d433fc01 }; } destination hashes: { Category = {length = 32, bytes = 0x187754bb 36c51a62 85ede16f 4b2a3912 ... 57326030 2de7ef77 }; Item = {length = 32, bytes = 0xa7e4be4d ddd86d36 f71799b0 bc69dcb4 ... 83d47dfe d433fc01 }; } CoreData: annotation: Beginning lightweight migration on connection CoreData: annotation: Beginning creation of schema migration statements CoreData: annotation: Finished creating schema migration statements CoreData: annotation: Beginning formal transaction CoreData: annotation: Checking metadata CoreData: annotation: Begin dropping derived properties. CoreData: annotation: End dropping derived properties. CoreData: annotation: Begin dropping indices. CoreData: annotation: Executing drop index statement: NSSQLiteStatement <0x6000021456d0> on entity 'Category' with sql text 'DROP INDEX IF EXISTS Z_Category_UNIQUE_title' CoreData: annotation: Finished dropping indices. CoreData: annotation: Begin entity schema & data migration statements. CoreData: annotation: Executing entity schema & data migration statement: NSSQLiteStatement <0x6000021455e0> on entity 'Category' with sql text 'ALTER TABLE ZCATEGORY ADD COLUMN ZCOLOR BLOB' CoreData: annotation: Executing entity schema & data migration statement: NSSQLiteStatement <0x600002145130> on entity 'Category' with sql text 'CREATE UNIQUE INDEX IF NOT EXISTS Z_Category_UNIQUE_title ON ZCATEGORY (ZTITLE COLLATE BINARY ASC)' CoreData: annotation: Executing entity schema & data migration statement: NSSQLiteStatement <0x6000021450e0> on entity '(null)' with sql text 'CREATE INDEX IF NOT EXISTS ZITEM_ZCATEGORY_INDEX ON ZITEM (ZCATEGORY)' CoreData: annotation: Finished entity schema & data migration statements. CoreData: annotation: Begin updating default values. CoreData: annotation: Finished updating default values. CoreData: annotation: Begin index creation and updates. CoreData: annotation: Executing index creation statement: NSSQLiteStatement <0x60000214cc30> on entity 'Category' with sql text 'CREATE UNIQUE INDEX IF NOT EXISTS Z_Category_UNIQUE_title ON ZCATEGORY (ZTITLE COLLATE BINARY ASC)' CoreData: annotation: Finished index creation and updates. CoreData: annotation: Begin updating derived properties. CoreData: annotation: Finished updating derived properties. CoreData: annotation: Beginning persistent history metadata tables update CoreData: annotation: Executing history migration statement: NSSQLiteStatement <0x60000214cd70> on entity '(null)' with sql text 'UPDATE OR FAIL ACHANGE SET ZCOLUMNS = NSPersistentHistoryMigrateUpdates(3, 1, 1, ZCOLUMNS) WHERE ZENTITY == 1 AND ZCHANGETYPE == 1;' CoreData: annotation: Executing history migration statement: NSSQLiteStatement <0x60000214ccd0> on entity '(null)' with sql text 'CREATE INDEX IF NOT EXISTS ACHANGE_ZTRANSACTIONID_INDEX ON ACHANGE (ZTRANSACTIONID)' CoreData: annotation: Executing history migration statement: NSSQLiteStatement <0x60000214cc30> on entity '(null)' with sql text 'CREATE INDEX IF NOT EXISTS ATRANSACTION_ZAUTHORTS_INDEX ON ATRANSACTION (ZAUTHORTS)' CoreData: annotation: Executing history migration statement: NSSQLiteStatement <0x60000214cdc0> on entity '(null)' with sql text 'CREATE INDEX IF NOT EXISTS ATRANSACTION_ZBUNDLEIDTS_INDEX ON ATRANSACTION (ZBUNDLEIDTS)' CoreData: annotation: Executing history migration statement: NSSQLiteStatement <0x60000214ce10> on entity '(null)' with sql text 'CREATE INDEX IF NOT EXISTS ATRANSACTION_ZCONTEXTNAMETS_INDEX ON ATRANSACTION (ZCONTEXTNAMETS)' CoreData: annotation: Executing history migration statement: NSSQLiteStatement <0x60000214ce60> on entity '(null)' with sql text 'CREATE INDEX IF NOT EXISTS ATRANSACTION_ZPROCESSIDTS_INDEX ON ATRANSACTION (ZPROCESSIDTS)' CoreData: annotation: Executing history migration statement: NSSQLiteStatement <0x60000214ceb0> on entity 'TRANSACTION' with sql text 'CREATE INDEX IF NOT EXISTS Z_TRANSACTION_TransactionAuthorIndex ON ATRANSACTION (ZAUTHOR COLLATE BINARY ASC)' CoreData: annotation: Executing history migration statement: NSSQLiteStatement <0x60000214cf00> on entity 'TRANSACTION' with sql text 'CREATE INDEX IF NOT EXISTS Z_TRANSACTION_TransactionTimestampIndex ON ATRANSACTION (ZTIMESTAMP COLLATE BINARY ASC)' CoreData: annotation: Executing history migration statement: NSSQLiteStatement <0x60000214cfa0> on entity 'TRANSACTIONSTRING' with sql text 'CREATE UNIQUE INDEX IF NOT EXISTS Z_TRANSACTIONSTRING_UNIQUE_NAME ON ATRANSACTIONSTRING (ZNAME COLLATE BINARY ASC)' CoreData: annotation: Completed persistent history metadata tables update CoreData: annotation: Updating metadata CoreData: annotation: Finished updating metadata CoreData: annotation: Committing formal transaction CoreData: annotation: Finished committing formal transaction CoreData: annotation: Checkpointing WAL journal CoreData: annotation: Finished checkpointing WAL journal CoreData: annotation: Successfully completed lightweight migration on connection CoreData: annotation: (migration) in-place migration completed successfully in 0.01 seconds 'NSKeyedUnarchiveFromData' should not be used to for un-archiving and will be removed in a future release CoreData: annotation: (migration) Automatic schema migration succeeded for store at 'file:///Users/xxxx/Library/Developer/CoreSimulator/Devices/23B8CDDD-CC5F-4A1C-B0F4-CF89C77B7ECF/data/Containers/Data/Application/0A2FEBCC-73A6-4BD9-A29A-65B411E9F59B/Library/Application%20Support/default.store' with migration stage: 🚨 V4 ITEMS Optional([ToDos.ToDosSchemaV4.Item, ToDos.ToDosSchemaV4.Item, ToDos.ToDosSchemaV4.Item]) CoreData: error: CoreData: error: (migration) migration failed with error Error Domain=NSCocoaErrorDomain Code=134130 "Persistent store migration failed, missing source managed object model." UserInfo={URL=file:///Users/xxxx/Library/Developer/CoreSimulator/Devices/23B8CDDD-CC5F-4A1C-B0F4-CF89C77B7ECF/data/Containers/Data/Application/0A2FEBCC-73A6-4BD9-A29A-65B411E9F59B/Library/Application%20Support/default.store, metadata={ NSPersistenceFrameworkVersion = 1327; NSStoreModelVersionChecksumKey = "dia3s8Q2+lqw669j9+RcPLQ+06yu0x6BBTZ4cXoQ1os="; NSStoreModelVersionHashes = { Category = {length = 32, bytes = 0x187754bb 36c51a62 85ede16f 4b2a3912 ... 57326030 2de7ef77 }; Item = {length = 32, bytes = 0xa7e4be4d ddd86d36 f71799b0 bc69dcb4 ... 83d47dfe d433fc01 }; }; NSStoreModelVersionHashesDigest = "G/Tk4lzyeNBXzf5+7qxbd+isF8uFnSaC5LtUCCkC8GQwaG1d9Di0eJ10NQEyPgwRczoYeYAMYG8ai4RooEhH9w=="; NSStoreModelVersionHashesVersion = 3; NSStoreModelVersionIdentifiers = ( "1.2.0" ); NSStoreType = SQLite; NSStoreUUID = "C53D73B5-4E2F-4034-A3B2-56BE491835E5"; "_NSAutoVacuumLevel" = 2; migrationManagerClass = NSSQLiteInPlaceMigrationManager; }, reason=Can't find model for source store} Error User Info: { URL = "file:///Users/xxxx/Library/Developer/CoreSimulator/Devices/23B8CDDD-CC5F-4A1C-B0F4-CF89C77B7ECF/data/Containers/Data/Application/0A2FEBCC-73A6-4BD9-A29A-65B411E9F59B/Library/Application%20Support/default.store"; metadata = { NSPersistenceFrameworkVersion = 1327; NSStoreModelVersionChecksumKey = "dia3s8Q2+lqw669j9+RcPLQ+06yu0x6BBTZ4cXoQ1os="; NSStoreModelVersionHashes = { Category = {length = 32, bytes = 0x187754bb 36c51a62 85ede16f 4b2a3912 ... 57326030 2de7ef77 }; Item = {length = 32, bytes = 0xa7e4be4d ddd86d36 f71799b0 bc69dcb4 ... 83d47dfe d433fc01 }; }; NSStoreModelVersionHashesDigest = "G/Tk4lzyeNBXzf5+7qxbd+isF8uFnSaC5LtUCCkC8GQwaG1d9Di0eJ10NQEyPgwRczoYeYAMYG8ai4RooEhH9w=="; NSStoreModelVersionHashesVersion = 3; NSStoreModelVersionIdentifiers = ( "1.2.0" ); NSStoreType = SQLite; NSStoreUUID = "C53D73B5-4E2F-4034-A3B2-56BE491835E5"; "_NSAutoVacuumLevel" = 2; migrationManagerClass = NSSQLiteInPlaceMigrationManager; }; reason = "Can't find model for source store"; } error: CoreData: error: (migration) migration failed with error Error Domain=NSCocoaErrorDomain Code=134130 "Persistent store migration failed, missing source managed object model." UserInfo={URL=file:///Users/xxxx/Library/Developer/CoreSimulator/Devices/23B8CDDD-CC5F-4A1C-B0F4-CF89C77B7ECF/data/Containers/Data/Application/0A2FEBCC-73A6-4BD9-A29A-65B411E9F59B/Library/Application%20Support/default.store, metadata={ NSPersistenceFrameworkVersion = 1327; NSStoreModelVersionChecksumKey = "dia3s8Q2+lqw669j9+RcPLQ+06yu0x6BBTZ4cXoQ1os="; NSStoreModelVersionHashes = { Category = {length = 32, bytes = 0x187754bb 36c51a62 85ede16f 4b2a3912 ... 57326030 2de7ef77 }; Item = {length = 32, bytes = 0xa7e4be4d ddd86d36 f71799b0 bc69dcb4 ... 83d47dfe d433fc01 }; }; NSStoreModelVersionHashesDigest = "G/Tk4lzyeNBXzf5+7qxbd+isF8uFnSaC5LtUCCkC8GQwaG1d9Di0eJ10NQEyPgwRczoYeYAMYG8ai4RooEhH9w=="; NSStoreModelVersionHashesVersion = 3; NSStoreModelVersionIdentifiers = ( "1.2.0" ); NSStoreType = SQLite; NSStoreUUID = "C53D73B5-4E2F-4034-A3B2-56BE491835E5"; "_NSAutoVacuumLevel" = 2; migrationManagerClass = NSSQLiteInPlaceMigrationManager; }, reason=Can't find model for source store} Error User Info: { URL = "file:///Users/xxxx/Library/Developer/CoreSimulator/Devices/23B8CDDD-CC5F-4A1C-B0F4-CF89C77B7ECF/data/Containers/Data/Application/0A2FEBCC-73A6-4BD9-A29A-65B411E9F59B/Library/Application%20Support/default.store"; metadata = { NSPersistenceFrameworkVersion = 1327; NSStoreModelVersionChecksumKey = "dia3s8Q2+lqw669j9+RcPLQ+06yu0x6BBTZ4cXoQ1os="; NSStoreModelVersionHashes = { Category = {length = 32, bytes = 0x187754bb 36c51a62 85ede16f 4b2a3912 ... 57326030 2de7ef77 }; Item = {length = 32, bytes = 0xa7e4be4d ddd86d36 f71799b0 bc69dcb4 ... 83d47dfe d433fc01 }; }; NSStoreModelVersionHashesDigest = "G/Tk4lzyeNBXzf5+7qxbd+isF8uFnSaC5LtUCCkC8GQwaG1d9Di0eJ10NQEyPgwRczoYeYAMYG8ai4RooEhH9w=="; NSStoreModelVersionHashesVersion = 3; NSStoreModelVersionIdentifiers = ( "1.2.0" ); NSStoreType = SQLite; NSStoreUUID = "C53D73B5-4E2F-4034-A3B2-56BE491835E5"; "_NSAutoVacuumLevel" = 2; migrationManagerClass = NSSQLiteInPlaceMigrationManager; }; reason = "Can't find model for source store"; } CoreData: error: addPersistentStoreWithType:configuration:URL:options:error: returned error NSCocoaErrorDomain (134130) CoreData: error: userInfo: CoreData: error: URL : file:///Users/xxxx/Library/Developer/CoreSimulator/Devices/23B8CDDD-CC5F-4A1C-B0F4-CF89C77B7ECF/data/Containers/Data/Application/0A2FEBCC-73A6-4BD9-A29A-65B411E9F59B/Library/Application%20Support/default.store CoreData: error: metadata : { NSPersistenceFrameworkVersion = 1327; NSStoreModelVersionChecksumKey = "dia3s8Q2+lqw669j9+RcPLQ+06yu0x6BBTZ4cXoQ1os="; NSStoreModelVersionHashes = { Category = {length = 32, bytes = 0x187754bb 36c51a62 85ede16f 4b2a3912 ... 57326030 2de7ef77 }; Item = {length = 32, bytes = 0xa7e4be4d ddd86d36 f71799b0 bc69dcb4 ... 83d47dfe d433fc01 }; }; NSStoreModelVersionHashesDigest = "G/Tk4lzyeNBXzf5+7qxbd+isF8uFnSaC5LtUCCkC8GQwaG1d9Di0eJ10NQEyPgwRczoYeYAMYG8ai4RooEhH9w=="; NSStoreModelVersionHashesVersion = 3; NSStoreModelVersionIdentifiers = ( "1.2.0" ); NSStoreType = SQLite; NSStoreUUID = "C53D73B5-4E2F-4034-A3B2-56BE491835E5"; "_NSAutoVacuumLevel" = 2; migrationManagerClass = NSSQLiteInPlaceMigrationManager; } CoreData: error: reason : Can't find model for source store CoreData: error: storeType: SQLite CoreData: error: configuration: (null) CoreData: error: URL: file:///Users/xxxx/Library/Developer/CoreSimulator/Devices/23B8CDDD-CC5F-4A1C-B0F4-CF89C77B7ECF/data/Containers/Data/Application/0A2FEBCC-73A6-4BD9-A29A-65B411E9F59B/Library/Application%20Support/default.store CoreData: annotation: options: CoreData: annotation: NSMigratePersistentStoresAutomaticallyOption : 1 CoreData: annotation: NSPersistentStoreStagedMigrationManagerOptionKey : CoreData: annotation: NSInferMappingModelAutomaticallyOption : 1 CoreData: annotation: NSPersistentStoreRemoteChangeNotificationOptionKey : 1 CoreData: annotation: NSPersistentHistoryTrackingKey : 1 CoreData: error: NSPersistentStoreCoordinator's current model hashes are { Category = {length = 32, bytes = 0x187754bb 36c51a62 85ede16f 4b2a3912 ... 57326030 2de7ef77 }; Item = {length = 32, bytes = 0xeb0ab9eb 02ff4bcd 58895457 6b399782 ... 1596929f f80984b7 }; } CoreData: error: : Attempting recovery from error encountered during addPersistentStore: 0x600000c76400 Error Domain=NSCocoaErrorDomain Code=134130 "Persistent store migration failed, missing source managed object model." UserInfo={URL=file:///Users/xxxx/Library/Developer/CoreSimulator/Devices/23B8CDDD-CC5F-4A1C-B0F4-CF89C77B7ECF/data/Containers/Data/Application/0A2FEBCC-73A6-4BD9-A29A-65B411E9F59B/Library/Application%20Support/default.store, metadata={ NSPersistenceFrameworkVersion = 1327; NSStoreModelVersionChecksumKey = "dia3s8Q2+lqw669j9+RcPLQ+06yu0x6BBTZ4cXoQ1os="; NSStoreModelVersionHashes = { Category = {length = 32, bytes = 0x187754bb 36c51a62 85ede16f 4b2a3912 ... 57326030 2de7ef77 }; Item = {length = 32, bytes = 0xa7e4be4d ddd86d36 f71799b0 bc69dcb4 ... 83d47dfe d433fc01 }; }; NSStoreModelVersionHashesDigest = "G/Tk4lzyeNBXzf5+7qxbd+isF8uFnSaC5LtUCCkC8GQwaG1d9Di0eJ10NQEyPgwRczoYeYAMYG8ai4RooEhH9w=="; NSStoreModelVersionHashesVersion = 3; NSStoreModelVersionIdentifiers = ( "1.2.0" ); NSStoreType = SQLite; NSStoreUUID = "C53D73B5-4E2F-4034-A3B2-56BE491835E5"; "_NSAutoVacuumLevel" = 2; migrationManagerClass = NSSQLiteInPlaceMigrationManager; }, reason=Can't find model for source store} CoreData: error: Store failed to load. (type: SQLite, url: file:///Users/xxxx/Library/Developer/CoreSimulator/Devices/23B8CDDD-CC5F-4A1C-B0F4-CF89C77B7ECF/data/Containers/Data/Application/0A2FEBCC-73A6-4BD9-A29A-65B411E9F59B/Library/Application%20Support/default.store) with error = Error Domain=NSCocoaErrorDomain Code=134130 "Persistent store migration failed, missing source managed object model." UserInfo={URL=file:///Users/xxxx/Library/Developer/CoreSimulator/Devices/23B8CDDD-CC5F-4A1C-B0F4-CF89C77B7ECF/data/Containers/Data/Application/0A2FEBCC-73A6-4BD9-A29A-65B411E9F59B/Library/Application%20Support/default.store, metadata={ NSPersistenceFrameworkVersion = 1327; NSStoreModelVersionChecksumKey = "dia3s8Q2+lqw669j9+RcPLQ+06yu0x6BBTZ4cXoQ1os="; NSStoreModelVersionHashes = { Category = {length = 32, bytes = 0x187754bb 36c51a62 85ede16f 4b2a3912 ... 57326030 2de7ef77 }; Item = {length = 32, bytes = 0xa7e4be4d ddd86d36 f71799b0 bc69dcb4 ... 83d47dfe d433fc01 }; }; NSStoreModelVersionHashesDigest = "G/Tk4lzyeNBXzf5+7qxbd+isF8uFnSaC5LtUCCkC8GQwaG1d9Di0eJ10NQEyPgwRczoYeYAMYG8ai4RooEhH9w=="; NSStoreModelVersionHashesVersion = 3; NSStoreModelVersionIdentifiers = ( "1.2.0" ); NSStoreType = SQLite; NSStoreUUID = "C53D73B5-4E2F-4034-A3B2-56BE491835E5"; "_NSAutoVacuumLevel" = 2; migrationManagerClass = NSSQLiteInPlaceMigrationManager; }, reason=Can't find model for source store} with userInfo { URL = "file:///Users/xxxx/Library/Developer/CoreSimulator/Devices/23B8CDDD-CC5F-4A1C-B0F4-CF89C77B7ECF/data/Containers/Data/Application/0A2FEBCC-73A6-4BD9-A29A-65B411E9F59B/Library/Application%20Support/default.store"; metadata = { NSPersistenceFrameworkVersion = 1327; NSStoreModelVersionChecksumKey = "dia3s8Q2+lqw669j9+RcPLQ+06yu0x6BBTZ4cXoQ1os="; NSStoreModelVersionHashes = { Category = {length = 32, bytes = 0x187754bb 36c51a62 85ede16f 4b2a3912 ... 57326030 2de7ef77 }; Item = {length = 32, bytes = 0xa7e4be4d ddd86d36 f71799b0 bc69dcb4 ... 83d47dfe d433fc01 }; }; NSStoreModelVersionHashesDigest = "G/Tk4lzyeNBXzf5+7qxbd+isF8uFnSaC5LtUCCkC8GQwaG1d9Di0eJ10NQEyPgwRczoYeYAMYG8ai4RooEhH9w=="; NSStoreModelVersionHashesVersion = 3; NSStoreModelVersionIdentifiers = ( "1.2.0" ); NSStoreType = SQLite; NSStoreUUID = "C53D73B5-4E2F-4034-A3B2-56BE491835E5"; "_NSAutoVacuumLevel" = 2; migrationManagerClass = NSSQLiteInPlaceMigrationManager; }; reason = "Can't find model for source store"; } ToDos/ItemsContainer.swift:22: Fatal error: 'try!' expression unexpectedly raised an error: SwiftData.SwiftDataError(_error: SwiftData.SwiftDataError._Error.loadIssueModelContainer) error: addPersistentStoreWithType:configuration:URL:options:error: returned error NSCocoaErrorDomain (134130) error: userInfo: error: URL : file:///Users/xxxx/Library/Developer/CoreSimulator/Devices/23B8CDDD-CC5F-4A1C-B0F4-CF89C77B7ECF/data/Containers/Data/Application/0A2FEBCC-73A6-4BD9-A29A-65B411E9F59B/Library/Application%20Support/default.store error: metadata : { NSPersistenceFrameworkVersion = 1327; NSStoreModelVersionChecksumKey = "dia3s8Q2+lqw669j9+RcPLQ+06yu0x6BBTZ4cXoQ1os="; NSStoreModelVersionHashes = { Category = {length = 32, bytes = 0x187754bb 36c51a62 85ede16f 4b2a3912 ... 57326030 2de7ef77 }; Item = {length = 32, bytes = 0xa7e4be4d ddd86d36 f71799b0 bc69dcb4 ... 83d47dfe d433fc01 }; }; NSStoreModelVersionHashesDigest = "G/Tk4lzyeNBXzf5+7qxbd+isF8uFnSaC5LtUCCkC8GQwaG1d9Di0eJ10NQEyPgwRczoYeYAMYG8ai4RooEhH9w=="; NSStoreModelVersionHashesVersion = 3; NSStoreModelVersionIdentifiers = ( "1.2.0" ); NSStoreType = SQLite; NSStoreUUID = "C53D73B5-4E2F-4034-A3B2-56BE491835E5"; "_NSAutoVacuumLevel" = 2; migrationManagerClass = NSSQLiteInPlaceMigrationManager; } error: reason : Can't find model for source store error: storeType: SQLite error: configuration: (null) error: URL: file:///Users/xxxx/Library/Developer/CoreSimulator/Devices/23B8CDDD-CC5F-4A1C-B0F4-CF89C77B7ECF/data/Containers/Data/Application/0A2FEBCC-73A6-4BD9-A29A-65B411E9F59B/Library/Application%20Support/default.store error: NSPersistentStoreCoordinator's current model hashes are { Category = {length = 32, bytes = 0x187754bb 36c51a62 85ede16f 4b2a3912 ... 57326030 2de7ef77 }; Item = {length = 32, bytes = 0xeb0ab9eb 02ff4bcd 58895457 6b399782 ... 1596929f f80984b7 }; } error: : Attempting recovery from error encountered during addPersistentStore: 0x600000c76400 Error Domain=NSCocoaErrorDomain Code=134130 "Persistent store migration failed, missing source managed object model." UserInfo={URL=file:///Users/xxxx/Library/Developer/CoreSimulator/Devices/23B8CDDD-CC5F-4A1C-B0F4-CF89C77B7ECF/data/Containers/Data/Application/0A2FEBCC-73A6-4BD9-A29A-65B411E9F59B/Library/Application%20Support/default.store, metadata={ NSPersistenceFrameworkVersion = 1327; NSStoreModelVersionChecksumKey = "dia3s8Q2+lqw669j9+RcPLQ+06yu0x6BBTZ4cXoQ1os="; NSStoreModelVersionHashes = { Category = {length = 32, bytes = 0x187754bb 36c51a62 85ede16f 4b2a3912 ... 57326030 2de7ef77 }; Item = {length = 32, bytes = 0xa7e4be4d ddd86d36 f71799b0 bc69dcb4 ... 83d47dfe d433fc01 }; }; NSStoreModelVersionHashesDigest = "G/Tk4lzyeNBXzf5+7qxbd+isF8uFnSaC5LtUCCkC8GQwaG1d9Di0eJ10NQEyPgwRczoYeYAMYG8ai4RooEhH9w=="; NSStoreModelVersionHashesVersion = 3; NSStoreModelVersionIdentifiers = ( "1.2.0" ); NSStoreType = SQLite; NSStoreUUID = "C53D73B5-4E2F-4034-A3B2-56BE491835E5"; "_NSAutoVacuumLevel" = 2; migrationManagerClass = NSSQLiteInPlaceMigrationManager; }, reason=Can't find model for source store} error: Store failed to load. (type: SQLite, url: file:///Users/xxxx/Library/Developer/CoreSimulator/Devices/23B8CDDD-CC5F-4A1C-B0F4-CF89C77B7ECF/data/Containers/Data/Application/0A2FEBCC-73A6-4BD9-A29A-65B411E9F59B/Library/Application%20Support/default.store) with error = Error Domain=NSCocoaErrorDomain Code=134130 "Persistent store migration failed, missing source managed object model." UserInfo={URL=file:///Users/xxxx/Library/Developer/CoreSimulator/Devices/23B8CDDD-CC5F-4A1C-B0F4-CF89C77B7ECF/data/Containers/Data/Application/0A2FEBCC-73A6-4BD9-A29A-65B411E9F59B/Library/Application%20Support/default.store, metadata={ NSPersistenceFrameworkVersion = 1327; NSStoreModelVersionChecksumKey = "dia3s8Q2+lqw669j9+RcPLQ+06yu0x6BBTZ4cXoQ1os="; NSStoreModelVersionHashes = { Category = {length = 32, bytes = 0x187754bb 36c51a62 85ede16f 4b2a3912 ... 57326030 2de7ef77 }; Item = {length = 32, bytes = 0xa7e4be4d ddd86d36 f71799b0 bc69dcb4 ... 83d47dfe d433fc01 }; }; NSStoreModelVersionHashesDigest = "G/Tk4lzyeNBXzf5+7qxbd+isF8uFnSaC5LtUCCkC8GQwaG1d9Di0eJ10NQEyPgwRczoYeYAMYG8ai4RooEhH9w=="; NSStoreModelVersionHashesVersion = 3; NSStoreModelVersionIdentifiers = ( "1.2.0" ); NSStoreType = SQLite; NSStoreUUID = "C53D73B5-4E2F-4034-A3B2-56BE491835E5"; "_NSAutoVacuumLevel" = 2; migrationManagerClass = NSSQLiteInPlaceMigrationManager; }, reason=Can't find model for source store} with userInfo { URL = "file:///Users/xxxx/Library/Developer/CoreSimulator/Devices/23B8CDDD-CC5F-4A1C-B0F4-CF89C77B7ECF/data/Containers/Data/Application/0A2FEBCC-73A6-4BD9-A29A-65B411E9F59B/Library/Application%20Support/default.store"; metadata = { NSPersistenceFrameworkVersion = 1327; NSStoreModelVersionChecksumKey = "dia3s8Q2+lqw669j9+RcPLQ+06yu0x6BBTZ4cXoQ1os="; NSStoreModelVersionHashes = { Category = {length = 32, bytes = 0x187754bb 36c51a62 85ede16f 4b2a3912 ... 57326030 2de7ef77 }; Item = {length = 32, bytes = 0xa7e4be4d ddd86d36 f71799b0 bc69dcb4 ... 83d47dfe d433fc01 }; }; NSStoreModelVersionHashesDigest = "G/Tk4lzyeNBXzf5+7qxbd+isF8uFnSaC5LtUCCkC8GQwaG1d9Di0eJ10NQEyPgwRczoYeYAMYG8ai4RooEhH9w=="; NSStoreModelVersionHashesVersion = 3; NSStoreModelVersionIdentifiers = ( "1.2.0" ); NSStoreType = SQLite; NSStoreUUID = "C53D73B5-4E2F-4034-A3B2-56BE491835E5"; "_NSAutoVacuumLevel" = 2; migrationManagerClass = NSSQLiteInPlaceMigrationManager; }; reason = "Can't find model for source store"; } Unresolved error loading container Error Domain=NSCocoaErrorDomain Code=134130 "Persistent store migration failed, missing source managed object model." UserInfo={URL=file:///Users/xxxx/Library/Developer/CoreSimulator/Devices/23B8CDDD-CC5F-4A1C-B0F4-CF89C77B7ECF/data/Containers/Data/Application/0A2FEBCC-73A6-4BD9-A29A-65B411E9F59B/Library/Application%20Support/default.store, metadata={ NSPersistenceFrameworkVersion = 1327; NSStoreModelVersionChecksumKey = "dia3s8Q2+lqw669j9+RcPLQ+06yu0x6BBTZ4cXoQ1os="; NSStoreModelVersionHashes = { Category = {length = 32, bytes = 0x187754bb 36c51a62 85ede16f 4b2a3912 ... 57326030 2de7ef77 }; Item = {length = 32, bytes = 0xa7e4be4d ddd86d36 f71799b0 bc69dcb4 ... 83d47dfe d433fc01 }; }; NSStoreModelVersionHashesDigest = "G/Tk4lzyeNBXzf5+7qxbd+isF8uFnSaC5LtUCCkC8GQwaG1d9Di0eJ10NQEyPgwRczoYeYAMYG8ai4RooEhH9w=="; NSStoreModelVersionHashesVersion = 3; NSStoreModelVersionIdentifiers = ( "1.2.0" ); NSStoreType = SQLite; NSStoreUUID = "C53D73B5-4E2F-4034-A3B2-56BE491835E5"; "_NSAutoVacuumLevel" = 2; migrationManagerClass = NSSQLiteInPlaceMigrationManager; }, reason=Can't find model for source store}