无法在 MacOS10.15 上构建包含 Fabric 的项目
Unable to build project that includes Fabric on MacOS10.15
我在 ./Fabric.framework/run
上包含了 运行 脚本,它在构建时触发了以下错误。
“Fabric.framework” can’t be opened because Apple cannot check it for
malicious software.
This software needs to be updated. Contact the
developer for more information.
同样在安全和隐私设置中,有一条消息:
"Fabric.framework" was blocked from opening because it is not from an
identified developer.
Open Anyway
按钮什么也不触发。
所以我的问题是,如何制作我的项目运行。?
我无法使用 build/run,因为 macOS 阻塞了 "Fabric.framework"。如何解锁?
OS: 10.15 测试版 (19A501i)
找到一个棘手的解决方案。
- 打开终端并输入命令
sudo spctl --master-disable
- 输入管理员密码
它将启用并激活允许从“任何地方”下载的应用程序
您可以在下面找到:
System Preferences > Security & Privacy > Anywhere
我在 ./Fabric.framework/run
上包含了 运行 脚本,它在构建时触发了以下错误。
“Fabric.framework” can’t be opened because Apple cannot check it for malicious software.
This software needs to be updated. Contact the developer for more information.
同样在安全和隐私设置中,有一条消息:
"Fabric.framework" was blocked from opening because it is not from an identified developer.
Open Anyway
按钮什么也不触发。
所以我的问题是,如何制作我的项目运行。? 我无法使用 build/run,因为 macOS 阻塞了 "Fabric.framework"。如何解锁?
OS: 10.15 测试版 (19A501i)
找到一个棘手的解决方案。
- 打开终端并输入命令
sudo spctl --master-disable
- 输入管理员密码
它将启用并激活允许从“任何地方”下载的应用程序
您可以在下面找到:
System Preferences > Security & Privacy > Anywhere