Contents

NSFileProviderError.Code.providerNotFound

An error indicating that the File Provider manager can’t find the specified provider.

Declaration

case providerNotFound

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.

See Also

Error codes