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

Use team name instead of team ID to download dsyms #462

Merged
merged 1 commit into from Oct 29, 2018

Conversation

justinswart
Copy link
Contributor

What

As the title says - using team name instead of team ID.

Why

App Store Connect seems to be returning the team ID as an integer instead of a string. This could be a regression that they may fix but we can workaround it for now by using our team's name instead of ID. This might actually be a better way of doing this and potentially we should update the other commands too. I've left them alone for now given that they're still working correctly.

How

  • Use team_name argument instead of team_id.
  • Add ITUNES_TEAM_NAME environment var to our CircleCI config.

Copy link
Contributor

@ifbarrera ifbarrera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for fixing this so quickly! 🙏

@justinswart justinswart merged commit 20b140c into master Oct 29, 2018
@justinswart justinswart deleted the download-dsyms-fix branch October 29, 2018 21:41
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.

None yet

2 participants