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

[pilot] distribute_only doesn't wait for build processing #18072

Closed
4 tasks done
Cyberbeni opened this issue Jan 29, 2021 · 1 comment · Fixed by #18073
Closed
4 tasks done

[pilot] distribute_only doesn't wait for build processing #18072

Cyberbeni opened this issue Jan 29, 2021 · 1 comment · Fixed by #18073

Comments

@Cyberbeni
Copy link
Contributor

New Issue Checklist

Issue Description

Since Apple won't allow accounts without 2FA, we have to switch to using API keys but we don't want the build machines to have access to all the applications with App Manager access, so we only have developer access on them, they upload the application and send a request to a machine with more restricted access, which tries to set the release notes and release the appropriate application to external testers.

Since the build machine won't wait for processing after upload, the machine releasing to external testers should wait. (This output is captured after the version already appeared but fastlane should also expect the build not being visible yet)

Search query: The build is not in state for internal testing. - Build is not in internal testing state.

Command executed
bundle exec fastlane ios release_to_group version:1.0 groups:CITest release_notes:"testing testing" api_key_path:./secrets/app-manager.json  --verbose
Complete output when running fastlane, including the stack trace and command used
[✔] 🚀 DEBUG [2021-01-29 15:03:24.70]: Checking if there are any plugins that should be loaded... Successfully loaded Appfile at path '/Users/benedek.kozma/dev/release-to-group/fastlane/Appfile' ------- Successfully loaded Appfile at path '/Users/benedek.kozma/dev/release-to-group/fastlane/Appfile' ------- DEBUG [2021-01-29 15:03:24.97]: Using version: 1.0 DEBUG [2021-01-29 15:03:24.97]: Using groups: CITest DEBUG [2021-01-29 15:03:24.97]: Using release_notes: testing testing DEBUG [2021-01-29 15:03:24.97]: Using api_key_path: ./secrets/app-manager.json INFO [2021-01-29 15:03:24.97]: --------------------------- INFO [2021-01-29 15:03:24.97]: --- Step: opt_out_usage --- INFO [2021-01-29 15:03:24.97]: --------------------------- INFO [2021-01-29 15:03:24.97]: Disabled upload of used actions INFO [2021-01-29 15:03:24.97]: ------------------------------ INFO [2021-01-29 15:03:24.97]: --- Step: default_platform --- INFO [2021-01-29 15:03:24.97]: ------------------------------ INFO [2021-01-29 15:03:24.97]: Driving the lane 'ios release_to_group' 🚀 Successfully loaded Appfile at path '/Users/benedek.kozma/dev/release-to-group/fastlane/Appfile' ------- Successfully loaded Appfile at path '/Users/benedek.kozma/dev/release-to-group/fastlane/Appfile' ------- Successfully loaded Appfile at path '/Users/benedek.kozma/dev/release-to-group/fastlane/Appfile' ------- Successfully loaded Appfile at path '/Users/benedek.kozma/dev/release-to-group/fastlane/Appfile' ------- Successfully loaded Appfile at path '/Users/benedek.kozma/dev/release-to-group/fastlane/Appfile' ------- Successfully loaded Appfile at path '/Users/benedek.kozma/dev/release-to-group/fastlane/Appfile' ------- Successfully loaded Appfile at path '/Users/benedek.kozma/dev/release-to-group/fastlane/Appfile' ------- Successfully loaded Appfile at path '/Users/benedek.kozma/dev/release-to-group/fastlane/Appfile' ------- Successfully loaded Appfile at path '/Users/benedek.kozma/dev/release-to-group/fastlane/Appfile' ------- Successfully loaded Appfile at path '/Users/benedek.kozma/dev/release-to-group/fastlane/Appfile' ------- Successfully loaded Appfile at path '/Users/benedek.kozma/dev/release-to-group/fastlane/Appfile' ------- Successfully loaded Appfile at path '/Users/benedek.kozma/dev/release-to-group/fastlane/Appfile' ------- INFO [2021-01-29 15:03:25.01]: ------------------------ INFO [2021-01-29 15:03:25.01]: --- Step: testflight --- INFO [2021-01-29 15:03:25.01]: ------------------------ INFO [2021-01-29 15:03:25.01]: Creating authorization token for App Store Connect API DEBUG [2021-01-29 15:03:25.01]: App Platform (ios) DEBUG [2021-01-29 15:03:25.01]: App identifier (com.example.yourapp) INFO [2021-01-29 15:03:33.19]: Successfully set the changelog for build INFO [2021-01-29 15:03:34.66]: Distributing new build to testers: 1.0 - 1.0 WARN [2021-01-29 15:03:35.49]: Lane Context: INFO [2021-01-29 15:03:35.49]: {:DEFAULT_PLATFORM=>:ios, :PLATFORM_NAME=>:ios, :LANE_NAME=>"ios release_to_group"} ERROR [2021-01-29 15:03:35.49]: The build is not in state for internal testing. - Build is not in internal testing state. INFO [2021-01-29 15:03:35.49]: Successfully generated documentation at path '/Users/benedek.kozma/dev/release-to-group/fastlane/README.md'

+------+------------------+-------------+
| fastlane summary |
+------+------------------+-------------+
| Step | Action | Time (in s) |
+------+------------------+-------------+
| 1 | opt_out_usage | 0 |
| 2 | default_platform | 0 |
| 💥 | testflight | 10 |
+------+------------------+-------------+

ERROR [2021-01-29 15:03:35.50]: fastlane finished with errors

Looking for related GitHub issues on fastlane/fastlane...
Search query: The build is not in state for internal testing. - Build is not in internal testing state.

URL: https://api.github.com/search/issues?q=The%20build%20is%20not%20in%20state%20for%20internal%20testing.%20-%20Build%20is%20not%20in%20internal%20testing%20state.+repo:fastlane/fastlane
➡️ Successfully distributed build to Internal testers, but build number in testflight is: Ready to submit
#17744 [open] 17 💬
5 hours ago

➡️ FastLane could not recognize adb
#16075 [open] 25 💬
6 weeks ago

➡️ [WIP] Require relative all the things
#13474 [open] 12 💬
12 Jun 2020

and 53 more at: https://github.com/fastlane/fastlane/search?q=The%20build%20is%20not%20in%20state%20for%20internal%20testing.%20-%20Build%20is%20not%20in%20internal%20testing%20state.&type=Issues&utf8=✓

🔗 You can ⌘ + double-click on links to open them directly in your browser.
bundler: failed to load command: fastlane (/Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/bin/fastlane)
Traceback (most recent call last):
48: from /Users/benedek.kozma/.gem/ruby/2.6.0/bin/bundle:23:in <main>' 47: from /Users/benedek.kozma/.gem/ruby/2.6.0/bin/bundle:23:in load'
46: from /Users/benedek.kozma/.gem/ruby/2.6.0/gems/bundler-2.2.6/exe/bundle:37:in <top (required)>' 45: from /Users/benedek.kozma/.gem/ruby/2.6.0/gems/bundler-2.2.6/lib/bundler/friendly_errors.rb:130:in with_friendly_errors'
44: from /Users/benedek.kozma/.gem/ruby/2.6.0/gems/bundler-2.2.6/exe/bundle:49:in block in <top (required)>' 43: from /Users/benedek.kozma/.gem/ruby/2.6.0/gems/bundler-2.2.6/lib/bundler/cli.rb:24:in start'
42: from /Users/benedek.kozma/.gem/ruby/2.6.0/gems/bundler-2.2.6/lib/bundler/vendor/thor/lib/thor/base.rb:485:in start' 41: from /Users/benedek.kozma/.gem/ruby/2.6.0/gems/bundler-2.2.6/lib/bundler/cli.rb:30:in dispatch'
40: from /Users/benedek.kozma/.gem/ruby/2.6.0/gems/bundler-2.2.6/lib/bundler/vendor/thor/lib/thor.rb:392:in dispatch' 39: from /Users/benedek.kozma/.gem/ruby/2.6.0/gems/bundler-2.2.6/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in invoke_command'
38: from /Users/benedek.kozma/.gem/ruby/2.6.0/gems/bundler-2.2.6/lib/bundler/vendor/thor/lib/thor/command.rb:27:in run' 37: from /Users/benedek.kozma/.gem/ruby/2.6.0/gems/bundler-2.2.6/lib/bundler/cli.rb:494:in exec'
36: from /Users/benedek.kozma/.gem/ruby/2.6.0/gems/bundler-2.2.6/lib/bundler/cli/exec.rb:28:in run' 35: from /Users/benedek.kozma/.gem/ruby/2.6.0/gems/bundler-2.2.6/lib/bundler/cli/exec.rb:63:in kernel_load'
34: from /Users/benedek.kozma/.gem/ruby/2.6.0/gems/bundler-2.2.6/lib/bundler/cli/exec.rb:63:in load' 33: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/bin/fastlane:23:in <top (required)>'
32: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/bin/fastlane:23:in load' 31: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/bin/fastlane:23:in <top (required)>'
30: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/cli_tools_distributor.rb:122:in take_off' 29: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/commands_generator.rb:41:in start'
28: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/commands_generator.rb:352:in run' 27: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/commander-fastlane-4.4.6/lib/commander/delegates.rb:15:in run!'
26: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:76:in run!' 25: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/commander-fastlane-4.4.6/lib/commander/runner.rb:476:in run_active_command'
24: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:153:in run' 23: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:178:in call'
22: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/commands_generator.rb:108:in block (2 levels) in run' 21: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/command_line_handler.rb:36:in handle'
20: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/lane_manager.rb:47:in cruise_lane' 19: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/runner.rb:45:in execute'
18: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/runner.rb:45:in chdir' 17: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/runner.rb:49:in block in execute'
16: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/lane.rb:33:in call' 15: from Fastfile:22:in block (2 levels) in parsing_binding'
14: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/fast_file.rb:159:in method_missing' 13: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/runner.rb:157:in trigger_action_by_name'
12: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/runner.rb:229:in execute_action' 11: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/runner.rb:229:in chdir'
10: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/runner.rb:255:in block in execute_action' 9: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/actions/actions_helper.rb:69:in execute_action'
8: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/runner.rb:263:in block (2 levels) in execute_action' 7: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/actions/upload_to_testflight.rb:25:in run'
6: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/pilot/lib/pilot/build_manager.rb:171:in distribute' 5: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/pilot/lib/pilot/build_manager.rb:391:in distribute_build'
4: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/spaceship/lib/spaceship/connect_api/models/build.rb:171:in post_beta_app_review_submission' 3: from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/forwardable.rb:230:in post_beta_app_review_submissions'
2: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/spaceship/lib/spaceship/connect_api/testflight/testflight.rb:115:in post_beta_app_review_submissions' 1: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/spaceship/lib/spaceship/connect_api/api_client.rb:124:in post'
/Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/spaceship/lib/spaceship/connect_api/api_client.rb:193:in handle_response': The build is not in state for internal testing. - Build is not in internal testing state. (Spaceship::UnexpectedResponse) 48: from /Users/benedek.kozma/.gem/ruby/2.6.0/bin/bundle:23:in

'
47: from /Users/benedek.kozma/.gem/ruby/2.6.0/bin/bundle:23:in load' 46: from /Users/benedek.kozma/.gem/ruby/2.6.0/gems/bundler-2.2.6/exe/bundle:37:in <top (required)>'
45: from /Users/benedek.kozma/.gem/ruby/2.6.0/gems/bundler-2.2.6/lib/bundler/friendly_errors.rb:130:in with_friendly_errors' 44: from /Users/benedek.kozma/.gem/ruby/2.6.0/gems/bundler-2.2.6/exe/bundle:49:in block in <top (required)>'
43: from /Users/benedek.kozma/.gem/ruby/2.6.0/gems/bundler-2.2.6/lib/bundler/cli.rb:24:in start' 42: from /Users/benedek.kozma/.gem/ruby/2.6.0/gems/bundler-2.2.6/lib/bundler/vendor/thor/lib/thor/base.rb:485:in start'
41: from /Users/benedek.kozma/.gem/ruby/2.6.0/gems/bundler-2.2.6/lib/bundler/cli.rb:30:in dispatch' 40: from /Users/benedek.kozma/.gem/ruby/2.6.0/gems/bundler-2.2.6/lib/bundler/vendor/thor/lib/thor.rb:392:in dispatch'
39: from /Users/benedek.kozma/.gem/ruby/2.6.0/gems/bundler-2.2.6/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in invoke_command' 38: from /Users/benedek.kozma/.gem/ruby/2.6.0/gems/bundler-2.2.6/lib/bundler/vendor/thor/lib/thor/command.rb:27:in run'
37: from /Users/benedek.kozma/.gem/ruby/2.6.0/gems/bundler-2.2.6/lib/bundler/cli.rb:494:in exec' 36: from /Users/benedek.kozma/.gem/ruby/2.6.0/gems/bundler-2.2.6/lib/bundler/cli/exec.rb:28:in run'
35: from /Users/benedek.kozma/.gem/ruby/2.6.0/gems/bundler-2.2.6/lib/bundler/cli/exec.rb:63:in kernel_load' 34: from /Users/benedek.kozma/.gem/ruby/2.6.0/gems/bundler-2.2.6/lib/bundler/cli/exec.rb:63:in load'
33: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/bin/fastlane:23:in <top (required)>' 32: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/bin/fastlane:23:in load'
31: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/bin/fastlane:23:in <top (required)>' 30: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/cli_tools_distributor.rb:122:in take_off'
29: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/commands_generator.rb:41:in start' 28: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/commands_generator.rb:352:in run'
27: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/commander-fastlane-4.4.6/lib/commander/delegates.rb:15:in run!' 26: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:76:in run!'
25: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/commander-fastlane-4.4.6/lib/commander/runner.rb:476:in run_active_command' 24: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:153:in run'
23: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:178:in call' 22: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/commands_generator.rb:108:in block (2 levels) in run'
21: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/command_line_handler.rb:36:in handle' 20: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/lane_manager.rb:47:in cruise_lane'
19: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/runner.rb:45:in execute' 18: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/runner.rb:45:in chdir'
17: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/runner.rb:49:in block in execute' 16: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/lane.rb:33:in call'
15: from Fastfile:22:in block (2 levels) in parsing_binding' 14: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/fast_file.rb:159:in method_missing'
13: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/runner.rb:157:in trigger_action_by_name' 12: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/runner.rb:229:in execute_action'
11: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/runner.rb:229:in chdir' 10: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/runner.rb:255:in block in execute_action'
9: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/actions/actions_helper.rb:69:in execute_action' 8: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/runner.rb:263:in block (2 levels) in execute_action'
7: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/fastlane/lib/fastlane/actions/upload_to_testflight.rb:25:in run' 6: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/pilot/lib/pilot/build_manager.rb:171:in distribute'
5: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/pilot/lib/pilot/build_manager.rb:391:in distribute_build' 4: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/spaceship/lib/spaceship/connect_api/models/build.rb:171:in post_beta_app_review_submission'
3: from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/forwardable.rb:230:in post_beta_app_review_submissions' 2: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/spaceship/lib/spaceship/connect_api/testflight/testflight.rb:115:in post_beta_app_review_submissions'
1: from /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/spaceship/lib/spaceship/connect_api/api_client.rb:124:in post' /Users/benedek.kozma/dev/release-to-group/gems/ruby/2.6.0/gems/fastlane-2.172.0/spaceship/lib/spaceship/connect_api/api_client.rb:193:in handle_response': [!] The build is not in state for internal testing. - Build is not in internal testing state. (Spaceship::UnexpectedResponse)

Environment

✅ fastlane environment ✅

Stack

Key Value
OS 11.1
Ruby 2.6.3
Bundler? true
Git git version 2.24.3 (Apple Git-128)
Installation Source ~/dev/release-to-group/gems/ruby/2.6.0/bin/fastlane
Host macOS 11.1 (20C69)
Ruby Lib Dir /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib
OpenSSL Version LibreSSL 2.8.3
Is contained false
Is homebrew false
Is installed via Fabric.app false
Xcode Path /Applications/Xcode.app/Contents/Developer/
Xcode Version 12.4

System Locale

Variable Value
LANG en_US.UTF-8
LC_ALL en_US.UTF-8
LANGUAGE en_US.UTF-8

fastlane files:

`./fastlane/Fastfile`
# This file contains the fastlane.tools configuration
# You can find the documentation at https://docs.fastlane.tools
#
# For a list of all available actions, check out
#
#     https://docs.fastlane.tools/actions
#
# For a list of all available plugins, check out
#
#     https://docs.fastlane.tools/plugins/available-plugins
#

# Uncomment the line if you want fastlane to automatically update itself
# update_fastlane

opt_out_usage
default_platform(:ios)

platform :ios do
  desc "Description of what the lane does"
  lane :release_to_group do |options|
    testflight(
      api_key_path: options[:api_key_path],
      app_identifier: "com.example.yourapp",
      distribute_only: true,
      distribute_external: true,
      changelog: options[:release_notes],
      groups: options[:groups].split(','),
      app_version: "1.0",
      build_number: options[:version]
    )
  end
end
`./fastlane/Appfile`
# app_identifier("[[APP_IDENTIFIER]]") # The bundle identifier of your app
# apple_id("[[APPLE_ID]]") # Your Apple email address


# For more information about the Appfile, see:
#     https://docs.fastlane.tools/advanced/#appfile

fastlane gems

Gem Version Update-Status
fastlane 2.172.0 ✅ Up-To-Date

Loaded fastlane plugins:

No plugins Loaded

Loaded gems
Gem Version
did_you_mean 1.3.0
bundler 2.2.6
rake 13.0.3
CFPropertyList 3.0.3
public_suffix 4.0.6
addressable 2.7.0
artifactory 3.0.15
atomos 0.1.3
aws-eventstream 1.1.0
aws-partitions 1.421.0
aws-sigv4 1.2.2
jmespath 1.4.0
aws-sdk-core 3.111.2
aws-sdk-kms 1.41.0
aws-sdk-s3 1.87.0
babosa 1.0.4
claide 1.0.3
colored 1.2
colored2 3.1.2
highline 1.7.10
commander-fastlane 4.4.6
declarative 0.0.20
declarative-option 0.1.0
digest-crc 0.6.3
unf_ext 0.0.7.7
unf 0.1.4
domain_name 0.5.20190701
dotenv 2.7.6
emoji_regex 3.2.1
excon 0.78.1
faraday-net_http 1.0.1
multipart-post 2.0.0
ruby2_keywords 0.0.4
faraday 1.3.0
http-cookie 1.0.3
faraday-cookie_jar 0.0.7
faraday_middleware 1.0.0
fastimage 2.2.1
gh_inspector 1.1.3
jwt 2.2.2
memoist 0.16.2
multi_json 1.15.0
os 1.1.1
signet 0.14.1
googleauth 0.15.0
httpclient 2.8.3
mini_mime 1.0.2
uber 0.1.0
representable 3.0.4
retriable 3.1.2
google-api-client 0.38.0
rexml 3.2.4
webrick 1.7.0
google-apis-core 0.2.1
google-apis-iamcredentials_v1 0.1.0
google-apis-storage_v1 0.1.0
google-cloud-env 1.4.0
google-cloud-errors 1.0.1
google-cloud-core 1.5.0
google-cloud-storage 1.30.0
json 2.5.1
mini_magick 4.11.0
plist 3.6.0
rubyzip 2.3.0
security 0.1.3
naturally 2.2.1
simctl 1.6.8
slack-notifier 2.3.2
terminal-notifier 2.0.0
unicode-display_width 1.7.0
terminal-table 1.8.0
tty-screen 0.8.1
tty-cursor 0.7.1
tty-spinner 0.9.3
word_wrap 1.0.0
nanaimo 0.3.0
xcodeproj 1.19.0
rouge 2.0.7
xcpretty 0.3.0
xcpretty-travis-formatter 1.0.1

generated on: 2021-01-29

@fastlane-bot
Copy link

The pull request #18073 that closed this issue was merged and released as part of fastlane 2.176.0 🚀
Please let us know if the functionality works as expected as a reply here. If it does not, please open a new issue. Thanks!

@fastlane fastlane locked and limited conversation to collaborators Apr 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants