Mac can’t be opened because Apple cannot check it for malicious software.

Launch Terminal by opening Finder and clicking the Applications > Utilities folder.

Type in the following command and press Enter.

xattr -d com.apple.quarantine filepath

You need to replace the filepath in the command with the app's file path. To do it, first, enter xattr -d com.apple.quarantine in the Terminal window. Then open the folder where the app resides, and drag & drop the app to Terminal.

相关推荐
瓜子三百克14 小时前
Mac中M系列芯片采用rbenv管理ruby版本
macos·ruby·rbenv
笑道三千16 小时前
react-native在mac的m2芯片下,pod install安装glog的时候报错
macos
GawynKing19 小时前
Neo4j 社区版 Mac 安装教程
macos·neo4j
神奇大叔19 小时前
mac 技巧
macos
iFlyCai20 小时前
Flutter兼容的iOS的最低版本号
macos·objective-c·cocoa
0wioiw01 天前
Apple基础(Xcode⑤-Flutter-Singbox-AI提示词)
flutter·macos·xcode
喵手1 天前
使用ASIWebPageRequest库编写Objective-C下载器程序
开发语言·macos·objective-c
0wioiw01 天前
Apple基础(Xcode②-Flutter结构解析)
flutter·macos·xcode
0wioiw01 天前
Apple基础(Xcode④-Flutter-Platform Channels)
flutter·macos·xcode
oioihoii2 天前
在macOS上使用VS Code和Clang配置C++开发环境
c++·macos·策略模式