providerNotFound
An error indicating that the File Provider manager can’t find the specified provider.
Declaration
static var providerNotFound: NSFileProviderError.Code { get }Discussion
If this error occurs during development, make sure the app includes a file provider extension. In a deployed app this error indicates that the system hasn’t registered the specified provider yet. Wait for a NSFileProviderDomainDidChange notification and try again.