Error replacing signature when working on server

I’m getting an error every time I run code in the debugger. But this only happens when the project is on a file server. When I locate the project on my local Mac, it runs fine. I’ve even set privileges for that project folder to allow “Everyone” and I still get the error. This is on an M1 Mac Mini running Big Sur. It only occurs if I compile for ARM 64-bit or Universal.

I like working off of my local file server so I can use any of my computers. Am I now going to be restricted to working locally only, or to just OK this message every time I run a project?

image

Any ideas?

I can give you the answer you don’t want: Always work locally to avoid exactly these types of issues.

1 Like

Thanks. That’s what I’m doing.