@kewan you saved my day, thanks a ton
Post
Replies
Boosts
Views
Activity
I was facing this issue since long time, and finally got the solution by running those two cmds
sudo chown root:admin /tmp; sudo chmod 1777 /tmp
and
sudo chown root:wheel /private/tmp; sudo chmod 1777 /private/tmp
I am having MacBoo Pro Intel chip, updated my Mac OS Big Sur 11.6.3
Working for me !!