Xcode7.1.1 (7B1005): Expose DevelopmentTeam as a build setting
| Originator: | benchatelain | ||
| Number: | rdar://23598422 | Date Originated: | 18-Nov-2015 01:25 PM |
| Status: | Fixed | Resolved: | in Xcode 8 |
| Product: | Developer Tools | Product Version: | Xcode7.1.1 (7B1005) |
| Classification: | Feature (New) | Reproducible: | Always |
Summary: Expose DevelopmentTeam setting as a normal build setting and allow for overriding this value through .xcconfig files configured for the project and/or target, the -xcconfig argument to xcodebuild and the XCODE_XCCONFIG_FILE environment variable. Use case: An app with multiple bundle identifiers which each live in different Apple Developer Programs. When DevelopmentTeam is set to the ID of a program, Xcode ignores all profiles from any other programs. This is as expected, but the developer has to manually change the DevelopmentTeam **on each executable target** in order to build and run on a device using a bundle identifier that lives in a different program.
Comments
Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!
DEVELOPMENT_TEAM added in Xcode 8
The development team used for signing is now stored in a new build setting, DEVELOPMENT_TEAM. This allows overriding the development team using xcconfig files. As a result, the format of the new PROVISIONING_PROFILE_SPECIFIER build setting has changed. The old format, which included a team ID, is still supported, but it now needs to contain only a provisioning profile name. (27082795)
https://developer.apple.com/library/prerelease/content/releasenotes/DeveloperTools/RN-Xcode/Introduction.html
No go :(