Hi all,
I'm wondering if anyone could help me out. I'm working on the file actions and I've noticed that when I want to reparent an item, I first update it locally and call the completionHandler. Then I update it on the server and call NSFileProviderManager.default.signalEnumerator(identifier:completionHandler)
, but the UI won't stop showing the refresh indicator and ultimately crash.
What am I doing wrong?