Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 12 replies, 0 views
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