【问题标题】:How to Fastlane re-init? Error: The request could not be completed because: Not Found如何重新启动 Fastlane?错误:无法完成请求,因为:未找到
【发布时间】:2023-03-04 00:09:02
【问题描述】:

我正在尝试通过 Fastlane 自动将我的 iOS 应用上传到 Testflight。

当我使用 fastlane init 时,有 4 个选项可以初始化。

  1. ????自动截图

  2. ????‍✈️ 自动将 beta 分发到 TestFlight

  3. ????自动化 App Store 分发

  4. ????手动设置 - 手动设置您的项目以自动化您的任务

首先,我选择了第四个选项。但我想我想改成第二个选项,因为当我选择第四个选项时,fastlane 没有问我我的苹果 ID,所以获得证书有问题。

所以我删除了有关 Fastlane 的文件(Gemfile、Gemfile.lock、AppFile、FastFile)。然后我再次使用fastlane init

现在 fastlane 会询问我的 Apple ID 和密码。但是在我输入我的 ID 后,fastlane 失败并出现以下错误:The request could not be completed because: Not Found

另外,Fastfile 中关于第 4 个选项的 custom_lane 的代码在再次fastlane init 之后保持不变。

这种情况下如何重新初始化fastlane?

【问题讨论】:

    标签: ios fastlane


    【解决方案1】:

    这不是我的安装错误。这是 Fastlane 的问题。

    Fastlane 2.187 版本出现无法访问 Apple API 的错误。 2.188版本已修复

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2021-11-03
      • 2021-11-08
      • 1970-01-01
      • 1970-01-01
      • 2015-01-28
      • 2019-01-02
      • 2020-02-16
      相关资源
      最近更新 更多