iOS simulator is not launching

前端 未结 8 621
野的像风
野的像风 2020-12-10 00:54

I am facing this problem again and again. Anybody can give the solution to this problem except reboot the Mac?

I have already tried these tricks

8条回答
  •  春和景丽
    2020-12-10 01:29

    In my case tmp directory was not there for some reason, creating it giving adequate permissions saved my day.

    sudo mkdir /private/tmp
    sudo chmod 1777 /private/tmp
    

    https://stackoverflow.com/a/48075384/6919038

提交回复
热议问题