DEVELOPMENT_TEAM and project settings

Hi,


With XCode 8, I try to use DEVELOPMENT_TEAM in my config (xcconfig) file to set the autosign team. It does not seem to work, only the team selected in the "General" panel of project setting is used.


So how can I make it work? There is another way to set the team using command-line?


Thanks you!

Replies

Apple has reported bugs with signing in Xcode 8.


Try yesterday's 8.1 seed to see if it helps.

Hi,


I finally fixed the problem. To use DEVELOPMENT_TEAM in your xcconfig file:

- In XCode, go to Build Settings;

- Search for "Development Team";

- Select de row and delete the setting.

-> Now, xcconfig file value will be used.

I was just because my project development team setting was overriding xcconfig setting.


David

>was just because my project development team setting was overriding xcconfig setting.


If you mean project level vs. target level yes, that would be an issue.


Thanks for the followup & good luck.

Hi da_gagnon,


Can you share your .xcconfig file and how you added the development team and other details in it?


Thanks.