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

settings DEVELOPMENT_TEAM doesn't work #1474

Open
lionel-alves opened this issue Apr 22, 2024 · 1 comment
Open

settings DEVELOPMENT_TEAM doesn't work #1474

lionel-alves opened this issue Apr 22, 2024 · 1 comment

Comments

@lionel-alves
Copy link

Hi,
This settings doesn't set the Team ID in Xcode:

settings:
  DEVELOPMENT_TEAM: <YOUR_TEAM_ID>

Xcode version: 15.3

@yonaskolb
Copy link
Owner

This part of the docs may be related?

- [ ] **attributes**: **[String: Any]** - This sets values in the project `TargetAttributes`. It is merged with `attributes` from the project and anything automatically added by XcodeGen, with any duplicate values being override by values specified here. This is for advanced use only. Properties that are already set include:
- `DevelopmentTeam`: if all configurations have the same `DEVELOPMENT_TEAM` setting
- `ProvisioningStyle`: if all configurations have the same `CODE_SIGN_STYLE` setting
- `TestTargetID`: if all configurations have the same `TEST_TARGET_NAME` setting

Do you have multiple different DEVELOPMENT_TEAM build settings?

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