Any issue using a SwiftData store with a different Persistence number?
Summary The warning CoreData: error: This store file was previously used on a build with Persistence-1523 but is now running on a build with Persistence-1522 indicates a metadata version mismatch between the Core Data framework (which SwiftData wraps) used to create the store and the one currently attempting to open it. Despite the error, the … Read more