Mac升级BigSur后提示没有权限打开应用程序
Mac升级成BigSur之后打开Pycharm,发现报错“您没有权限打开…”,类似于:

全网搜到的都是使用upx来解决,但是我的失效了哈,所以只能通过修改权限来解决了。
我的解决方案是这样的:
1 | sudo xattr -rd com.apple.quarantine /Applications/pycharm.app |
其中pycharm是软件名称。
迅速完美解决 hhh~
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.











