上传应用程序并通过 提交审核后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
?我已经通过最后一次构建并传递了所有参数来尝试它spaceship
,submit_for_beta_review
但我仍然遇到类似的错误。
提前非常感谢!