launchd_sim crashing: could not create temporary state directory

前端 未结 3 655
旧时难觅i
旧时难觅i 2020-12-07 05:12

The issue is fixed with recent update of Mac OSX.

I am using Xcode 8 on Mac Mini running OSX El Capitan (10.11.6). When I deploy my app

3条回答
  •  我在风中等你
    2020-12-07 06:02

    These commands did the trick for me:

    sudo chown root:admin /tmp; sudo chmod 1777 /tmp
    sudo chown root:wheel /private/tmp; sudo chmod 1777 /private/tmp
    

提交回复
热议问题