5

上传应用程序并通过 提交审核后FastLlane deliver,我正尝试通过 开始内部测试pilot。但是,一旦我使用以下命令执行此操作:

pilot distribute -a com.foo.bar.awesomesauce -u me@example.com -w test_test_test

我收到以下错误:

Error finding relevant GitHub issues: undefined method `map' for nil:NilClass

[!] The request could not be completed because:
    Beta App Description is required. The phone number is missing. The email must be in the format: contact@example.com. The email is required. Beta App Description is required. The email must be in the format: contact@example.com. The email is required. The phone number is missing. Validation errors

例外是不言而喻的,跳入 iTunes Connect 显然表明了问题:数据不存在。

我已将该元数据作为我的 DeliverFile 的一部分推送(名字、姓氏、电子邮件、电话、笔记……),我在要提交审核的应用程序版本中看到它,但我没有看到它在测试构建本身的元数据中复制。

有地方可以设置吗?现在通过命令行pilot,看起来我只能设置“新增功能”。在任何地方deliver?我已经通过最后一次构建并传递了所有参数来尝试它spaceshipsubmit_for_beta_review但我仍然遇到类似的错误。

提前非常感谢!

4

1 回答 1

2

因此,基于对这个完全相同的问题的讨论,您似乎有几个选择:

1)如果这是您第一次使用pilot,那么

您需要先在 iTC 中填写基本元数据,然后才能使用 Pilot。

2)否则,似乎

您可以使用submit_informationdeliver的大部分内容进行设置。

我希望这可以解决您的问题fastlane pilot:)

于 2016-12-24T16:06:15.750 回答