方法一
打开以下程序
System Preferences->Security & Privacy
并勾选AnyWhere就可以了;
方法二
有的系统没有这个选项了
打开终端输入
sudo spctl --master-disable
如果不放心,在设置完成之后给恢复回去:
sudo spctl --master-enable
#方法三
打开终端,
在终端中输入下面命令:
sudo xattr -r -d com.apple.quarantine xxx.app
比如:
> sudo xattr -r -d com.apple.quarantine /Applications/Koodo\ Reader.app