ios - 通过 FaSTLane "the server responded with statu

我正在尝试通过 faSTLane 使用 firebase 应用程序分发来分发应用程序。 当我运行 firebase_app_distribution 时,它似乎成功登录到 Google,但不知何故最后返回 404。

我使用 GOOGLE_APPLICATION_CREDENTIALS 登录 Google

这是我的日志。

[12:19:16]: Authenticating with GOOGLE_APPLICATION_CREDENTIALS environment variable:'<path here>'
[12:19:16]: ? Authenticated successfully.
[12:19:16]: ⌛ Uploading the IPA.
+------------------+---------------------+
|              Lane Context              |
+------------------+---------------------+
| DEFAULT_PLATFORM | ios                 |
| PLATFORM_NAME    | ios                 |
| LANE_NAME        | ios distribute_beta |
+------------------+---------------------+
[12:19:18]: the server responded with status 404

我做错了什么?

最佳答案

我遇到了同样的问题。我建议您按照此说明进行操作

  1. 转到您的 Firebase 控制台

  2. 点击Release & Monitor 标签下的 App Distribution 部分

  3. 选择您的项目

  4. 验证是否按下了开始按钮

简单但有用

关于ios - 通过 FaSTLane "the server responded with status 404"分发 Firebase 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71866150/

相关文章:

r - 如何提取R中的第一个字符串

php - 在创建 PHP 类实例时运行代码?

asp.net - 在 .net 中,是否有与 Server.HTMLEncode() 相反的函数?

.net - 不可变对象(immutable对象)的约定

r - 提取特定格式的部分字符串

perl - 为什么 Scalar::Util::Numeric 安装不正确?

android - 我正在尝试使用安全参数,但是当我将依赖项添加到项目级别 build.gradle

python - 对具有更高优先级正数的绝对值的整数列表进行排序

ruby - Rails 将数组合并为数组的数组

python - Julia 代码没有完成而 Python 代码完成了