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

Set current team id after spaceship login on the spaceship client #227

Merged
merged 3 commits into from
Jan 31, 2024

Conversation

godrei
Copy link
Contributor

@godrei godrei commented Jan 31, 2024

This PR fixes a regression introduced in this recent PR: #226.

Spaceship login automatically sets the Apple developer team on the spaceship client when it is not specified explicitly. The logic selects the single Apple developer team to which the given Apple developer account belongs, or to the first team when it belongs to multiple teams.

After the first spaceship login, we don't do further logins, just restore a client. On this restored client the automatic team selection is not happening, so we need to do it manually, to avoid this issue:

Apple provided the following error info: Please select a team.

@godrei godrei marked this pull request as ready for review January 31, 2024 12:53
@godrei godrei merged commit 603a30a into master Jan 31, 2024
4 checks passed
@godrei godrei deleted the spaceship-client-team-id-fix branch January 31, 2024 13:24
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

Successfully merging this pull request may close these issues.

2 participants