This is the only solution that worked for me: observing .NSManagedObjectContextDidSave instead.
notifCenter.publisher(for: .NSManagedObjectContextDidSave)
.sink { [weak self] _ in
self?.update()
}
.store(in: &cancellables)
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags: