macOS Catalina fastlane nokogiri.bundle 无法打开,因为无法验证其完整性
macOS Catalina fastlane nokogiri.bundle can't be opened because its integrity cannot be verified
在 mac OS Catalina 上,对于 Fastlane,每当我尝试 运行 任何 Fastlane 命令时,我都会看到错误。
"nokogiri.bundle" can't be opened because its integrity cannot be
verified
我研究发现 mac os 网守阻止了这个,因为它将它视为身份不明的开发者。
在 ruby 的 Fastlane GitHub 问题上报告了类似的问题。
https://github.com/fastlane/fastlane/issues/15186
允许执行
转到首选项 -> 安全和隐私并同意 运行
应用
在 mac OS Catalina 上,对于 Fastlane,每当我尝试 运行 任何 Fastlane 命令时,我都会看到错误。
"nokogiri.bundle" can't be opened because its integrity cannot be verified
我研究发现 mac os 网守阻止了这个,因为它将它视为身份不明的开发者。
在 ruby 的 Fastlane GitHub 问题上报告了类似的问题。 https://github.com/fastlane/fastlane/issues/15186
允许执行
转到首选项 -> 安全和隐私并同意 运行 应用