美文网首页Mac
弹出App can’t be opened because Ap

弹出App can’t be opened because Ap

作者: zbmzly | 来源:发表于2019-10-10 14:30 被阅读0次

    https://ihowto.tips/osx-apps-download-tutorials-tips-hacks-news/solve-app-cant-be-opened-because-apple-cannot-check-it-for-malicious-software.html

    今天下载升级了wps office的mac版本。发现弹出了下面这个对话框,打不开wps office了。于是在上面这个网址的帮助下解决了问题。我的macOS版本是10.15。


    Screen Shot 2019-10-10 at 2.15.58 PM.png

    解决方法如下:

    一般来说,在System Preference里面的Security & Privacy页面是这样的。


    Screen Shot 2019-10-10 at 2.20.19 PM.png

    现在在terminal中键入:

    sudo spctl --master-disable
    

    于是你发现Security & Privacy变成了这样:


    Screen Shot 2019-10-10 at 2.22.31 PM.png

    选择Anywhere,然后wps office就可以打开了。神奇不神奇。

    当然不只是wps,你如果有其他软件有这种问题也可以用这种方法解决。

    如果你要还原原来的设置,只需要在terminal中键入以下命令。当然如果还原了设置,wps就又不能用了:

    sudo spctl --master-enable
    

    以下是对这两种模式的解释。

        --disable
                  Disable one or more rules in the assessment rule database.  Dis-
                  abled rules are not considered when performing assessment, but
                  remain in the database and can be re-enabled later.
    
         --enable
                  Enable rule(s) in the assessment rule database, counteracting
                  earlier disabling.
    

    更多内容就请你在man spctl中查看了。

    相关文章

      网友评论

        本文标题:弹出App can’t be opened because Ap

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