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 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