After downloading the application and sending it for viewing through FastLlane deliver , I try to start internal testing through pilot . However, as soon as I do this with a command, for example:
pilot distribute -a com.foo.bar.awesomesauce -u me@example.com -w test_test_test
I get the following error:
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
The exception is self-evident, and going to iTunes Connect clearly shows the problem: no data.
I pushed this metadata as part of my DeliverFile (first name, last name, email address, phone number, notes, etc.), and I see it in the version of the application to send for review, but I do not know, since it is replicated in the metadata the test assembly itself.
Is there a place where I can install it? Right now, through the command line in pilot , it looks like I can only install βWhat's Newβ. Somewhere in deliver ? I tried through spaceship via submit_for_beta_review against the last build and passed all the parameters, but I still get a similar error.
Thank you very much in advance!
source share