macOS - app requires privileges
cellPAINT allows users to create living illustrations of biology.
Brought to you by:
acoreda,
adamgardner
I think you probably did the chmod correctly. However, I think the problem is your administrator privileges. Are you an administrator on the computer?
I am the only user of this computer.
This problem occurs also on another computer owned by a different user.
Please instruct me if you need any log from Console.app
Regards
Last edit: Alberto Amatucci 2020-12-07
Hmmm... Sorry for the difficulty!
have you tried any solutions in this thread: https://developer.apple.com/forums/thread/666611
I will install Big Sur on our mac computer and see if I can recreate the issue.
Hello,
I managed to solve it with this command:
"sudo chmod -R 755 Path\ to\ app\ file.app"
I don't know why but I guess that the other suggestions I found online omitted the R operand and the numerical values (favoring letters, like x).
Thanks