How to Fastlane re-init? Error: The request could not be completed because: Not Found

How to Fastlane re-init? Error: The request could not be completed because: Not Found

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

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

  1. 自动截图

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

  3. 自动化 App Store 分发

  4. 手动设置 - 手动设置项目以自动执行任务

首先,我选择了第四个选项。但我想我想改成第二个选项,因为当我选择第四个选项时,fastlane 没有问我我的 apple 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?

这不是我的安装错误。这是快车道的问题。

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