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? 👀
#coredatagang #coredata #appgroup #nspersistentcloudkitcontainer #icloud #watchdog