You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to create directories. App Sandbox is OFF. Getting this error when trying to copy files. let tempURL = URL(fileURLWithPath: NSTemporaryDirectory()).appendingPathComponent("mctohii")
Error Domain=NSCocoaErrorDomain Code=513 "“History.db” couldn’t be copied because you don’t have permission to access “mctohii”
The text was updated successfully, but these errors were encountered:
I am unable to create directories. App Sandbox is OFF. Getting this error when trying to copy files.
let tempURL = URL(fileURLWithPath: NSTemporaryDirectory()).appendingPathComponent("mctohii")
Error Domain=NSCocoaErrorDomain Code=513 "“History.db” couldn’t be copied because you don’t have permission to access “mctohii”
The text was updated successfully, but these errors were encountered: