[
https://issues.apache.org/jira/browse/CB-11844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shazron Abdullah updated CB-11844:
----------------------------------
Description:
{code}
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'
{code}
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
was:
{code}
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'
{code}
Fix:
Set DEVELOPMENT_TEAM in build.xcconfig or build.json. This is not a human
readable name, but a bunch of alphanumeric characters representing your Team ID.
> 'cordova build' code signing error: Xcode 8, iOS 10
> ----------------------------------------------------
>
> Key: CB-11844
> URL: https://issues.apache.org/jira/browse/CB-11844
> Project: Apache Cordova
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: iOS
> Environment: Xcode 8, iOS 10.0.1
> Reporter: Shazron Abdullah
> Labels: ios10
>
> {code}
> 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'
> {code}
> 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
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]