Hey #coreDataGang! I got some trouble and need some guidance.
We store our #CoreData SQLite file in a shared #AppGroup, that way our extensions have access to the data. And weβre of course using #NSPersistentCloudKitContainer to sync the data through #iCloud.
BUT, we have an intermittent bug where the #watchdog kills our app because thereβs a lock on the SQLite file when the app is suspended. π
How have you solved this? I canβt be the only one with this setup. Can I? π