firebase_app_distribution 无法分发给 CirclceCI 上的测试人员组

firebase_app_distribution can not distribute to testers groups on CirclceCI

在 firebase 控制台上存在一个带有名称和别名的测试人员组,例如test-group。我正在分发:

firebase_app_distribution(
    app: ****,
    service_credentials_file: ***,
    groups: 'test-group',
    firebase_cli_token: ****
)

当运行 fastlane 从本地主机分发应用程序时,应用程序分发没有问题,但是当运行 在CircleCI 上构建时失败。

[!] Could not enable access for testers. Check that the groups exist and the tester emails are formatted correctly Emails:
Groups: ["test-group"]

在 Google 上搜索错误没有帮助。还添加了firebase_cli_token,但没有成功。还发现建议添加firebase工具安装CLI,结果一样

  -
      run:
           name: "Install Firebase CLI"
           command: |
              curl -sL firebase.tools | bash

有人遇到类似的问题吗?

我遇到了同样的问题并找到了 here。这是一个错误,但已修复!

将 firebase 插件更新为 0.2.3:

fastlane update_plugins

更改 Gemfile.lock 中的版本并执行

fastlane add_plugin firebase_app_distribution