Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
None
-
None
-
Xcode 8, iOS 10.0.1
Description
Check dependencies Signing for "MyProject" requires a development team. Select a development team in the project editor. Code signing is required for product type 'Application' in SDK 'iOS 10.0'
Fix:
Set DEVELOPMENT_TEAM in build.xcconfig. This is not a human readable name, but a bunch of alphanumeric characters representing your Team ID. I'm not sure if you can set this in build.json.
i.e.
DEVELOPMENT_TEAM = K42HQMA588
Attachments
Issue Links
- relates to
-
CB-11845 Support 'developmentTeam' key in build.json buildConfig file
- Closed