Xcode 11 - 快速通道交付失败

Xcode 11 - Fastlane deliver failed

我正在使用 fastlane 将二进制文件上传到 App Store Connect。 我需要使用 Xcode 11 构建我的应用程序,但我无法将应用程序上传到 App Store Connect。 错误:

[12:20:49]: Could not find transporter at /Applications/Xcode-beta.app/Contents/Developer/. Please make sure you set the correct path to your Xcode installation.

Xcode 11 不再包含 Transporter 应用程序。

如何使用 fastlane 和 xcode 11 上传应用程序?

Xcode 11 不再包含 Transporter 应用程序。 https://developer.apple.com/videos/play/wwdc2019/301/

但是我找到了资源 https://github.com/fastlane/fastlane/issues/14955 and https://help.apple.com/itc/transporteruserguide/#/apdA3ae5a8b0?sub=apdA687d545d也许能帮你解决问题。

更新:您可以下载 transporter 并安装到您的机器上并为其配置路径。

更新 2: 我只是安装 fastlane 并尝试使用 fastlane 推送应用程序商店。没有错误发生。也许 fastlane 团队解决了这个问题。

两步:

  1. 更新快车道
  2. 将 Xcode10 中的应用程序加载器复制到 Xcode11(找到 Xcode 包内容中的应用程序加载器)