Re: fileManagerWithAuthorization:

2021-03-14 Thread Michael Tsai via Cocoa-dev
I think you need to apply to Apple and get a provisioning profile, even if the app isn't sandboxed: https://developer.apple.com/forums/thread/653890 --Michael > On Mar 14, 2021, at 5:43 AM, Allan Odgaard via Cocoa-dev > wrote: > > I’ve tried something like the code below to save a file not

Re: fileManagerWithAuthorization:

2021-03-14 Thread Rob Petrovec via Cocoa-dev
That error message is less than helpful. Does the current user have permissions to write to that directory, let alone to the file being replaced? if not, no amount of entitlements will let you do what you want. —Rob > On Mar 14, 2021, at 3:43 AM, Allan Odgaard via Cocoa-dev > wrote: > >