|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

I'm experiencing the same issue. I've also tried escaping in a variety of ways and all of them seem to fail.
CODE_SIGN_IDENTITY=iPhone\ Distribution:\ MangoDango,\ Inc
CODE_SIGN_IDENTITY="iPhone Distribution: MangoDango, Inc"
CODE_SIGN_IDENTITY="iPhone\ Distribution:\ MangoDango,\ Inc"
CODE_SIGN_IDENTITY='iPhone Distribution: MangoDango, Inc'
CODE_SIGN_IDENTITY=\"iPhone Distribution: MangoDango, Inc\"
CODE_SIGN_IDENTITY=iPhone\ Distribution\:\ MangoDango\,\ Inc
There doesn't seem to be any other way in the xcode plugin to specify code signing identities. It allows you to specify a provisioning profile, but not the code sign identity for the underlying xcrun command. Furthermore, there is a bug with that area as well. See JENKINS-14028.
Any other suggestions than the ones mentioned above?