NSFileProviderError.Code.providerTranslocated
An error indicating the File Provider extension is in a disabled state due to Gatekeeper’s restrictions for apps from outside the App Store.
Declaration
case providerTranslocatedDiscussion
If you’re distributing your app outside the Mac App Store, Gatekeeper translocates recently downloaded apps from a disk image, archive, or the Downloads directory to a randomized read-only location in the file system. This translocation prevents the app from accessing code or content using relative paths.
To resolve this error, the user must drag the app to its desired installation location (usually /Applications) before launching it.
See Also
Error codes
NSFileProviderError.Code.filenameCollisionNSFileProviderError.Code.insufficientQuotaNSFileProviderError.Code.noSuchItemNSFileProviderError.Code.notAuthenticatedNSFileProviderError.Code.serverUnreachableNSFileProviderError.Code.syncAnchorExpiredpageExpiredNSFileProviderError.Code.directoryNotEmptyNSFileProviderError.Code.providerNotFoundNSFileProviderError.Code.olderExtensionVersionRunningNSFileProviderError.Code.newerExtensionVersionFoundNSFileProviderError.Code.nonEvictableNSFileProviderError.Code.nonEvictableChildrenNSFileProviderError.Code.unsyncedEditsNSFileProviderError.Code.cannotSynchronize