美文网首页
unable to boot the simulator解决方法

unable to boot the simulator解决方法

作者: iOS安年 | 来源:发表于2016-10-24 10:06 被阅读22次

    原因:

    Mac OS X 10.11 El Capitan,由于系统启用了SIP(System Integrity Protection), 导致root用户没有权限修改目录或文件权限。

    解决方法:

    1.重启Mac,按住command+R不动,等进度条加载完,会进入recovery模式。打开实用工具下的终端,输入:csrutil disable 并回车,然后正常重启Mac。

    2.在终端中输入以下命令:

    sudo chmod 0777 /private/tmp  
    

    相关文章

      网友评论

          本文标题:unable to boot the simulator解决方法

          本文链接:https://www.haomeiwen.com/subject/rzxluttx.html