I've added file provider extension target to my macOS app. From the app I call NSFileProviderManager.add()
to add my extension domain.
Unfortunately this call fails with a mysterious error message: Domain=NSFileProviderErrorDomain Code=-2001 "The application cannot be used right now."
I'm looking for a possible cause for this error. My app is not sandboxed, but extension is. The app and extension share the same application group.