Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get list of builds in testflight and app store #58

Closed
lekeCoder opened this issue Nov 9, 2020 · 2 comments
Closed

Get list of builds in testflight and app store #58

lekeCoder opened this issue Nov 9, 2020 · 2 comments

Comments

@lekeCoder
Copy link

I am trying to fetch the list of builds version and build_number using Fastlane pilot builds but I keep getting this error: [pilot] Fix TypeError in list by ignoring nil counts.
I want something like this:
+-----------+---------+----------+
| Great App Builds |
+-----------+---------+----------+
| Version # | Build # | Installs |
+-----------+---------+----------+
| 0.9.13 | 1 | 0 |
| 0.9.13 | 2 | 0 |
| 0.9.20 | 3 | 0 |
| 0.9.20 | 4 | 3 |
+-----------+---------+----------+

@jdouglas-nz
Copy link
Collaborator

Hey @lekeCoder, thanks for reaching out!

I'm not sure exactly what you're trying to achieve, but something definitely shouldn't be spitting out that message.

The one thing that stands out to me is the [pilot] word in the print.

Pilot is a fastlane action for uploading builds to testflight. From what I can tell of the closest plug-in action provided by this plugin, we don't directly depend on Pilot or any of the fastlane actions to surface our results. I did find that it seems you aren't alone in your issue.

Can you please share a snippet of your Fastfile so I can have a little more context of what you're trying to achieve ?

@lekeCoder
Copy link
Author

@jdouglas-nz thank you and sorry for the late reply. I found the right solution which is fastlane pilot builds. This will list the builds in a tabular form.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants