Failed to send TestFlight via Fastlane Pilot

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!

+5
source share
1 answer

So, based on this discussion on the same issue, you have a couple of options:

1) If you are using pilot for the first time, then

You will need to fill in the basic metadata in iTC before you can use the pilot.

2) Otherwise it seems

In the deliver settings, you can use the presentation information in deliver .

Hope this solves your problem with fastlane pilot :)

+2
source

All Articles