the issue is still reproducible on macOS 12.0.1. Any help is appreciated!
Post
Replies
Boosts
Views
Activity
I had the same issue and so I enabled both options
description.setOption(true as NSNumber, forKey: NSPersistentHistoryTrackingKey)
description.setOption(true as NSNumber, forKey: NSPersistentStoreRemoteChangeNotificationPostOptionKey)
the issue still reproducible