yonaskolb / XcodeGen

A Swift command line tool for generating your Xcode project
MIT License
6.88k stars 809 forks source link

settings DEVELOPMENT_TEAM doesn't work #1474

Open lionel-alves opened 2 months ago

lionel-alves commented 2 months ago

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

settings:
  DEVELOPMENT_TEAM: <YOUR_TEAM_ID>

Xcode version: 15.3

yonaskolb commented 1 month ago

This part of the docs may be related? https://github.com/yonaskolb/XcodeGen/blob/d99e4486475593fddcffe2cd44e76174b8cf294e/Docs/ProjectSpec.md?plain=1#L394-L397 Do you have multiple different DEVELOPMENT_TEAM build settings?