今天下載升級了wps office的mac版本钓试。發(fā)現(xiàn)彈出了下面這個對話框,打不開wps office了彤钟。于是在上面這個網(wǎng)址的幫助下解決了問題鞠抑。我的macOS版本是10.15。
解決方法如下:
一般來說嫌吠,在System Preference里面的Security & Privacy頁面是這樣的止潘。
現(xiàn)在在terminal中鍵入:
sudo spctl --master-disable
于是你發(fā)現(xiàn)Security & Privacy變成了這樣:
選擇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
中查看了涉枫。