[
https://issues.jenkins-ci.org/browse/JENKINS-12800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=163006#comment-163006
]
Markos Charatzas commented on JENKINS-12800:
--------------------------------------------
@sweidauer as a workaround, in XCode, under your project "Build Settings",
"Code Signing Identity":
1. Click on the configuration that lists your "iPhone Distribution" certificate.
2. Select "Other..."
3. Note the unique identifier for the certificate. Should be a long hex number.
4. Enter that in the custom xcodebuild arguments as
CODE_SIGN_IDENTITY=ΧΧΧΧΧΧΧΧ-ΧΧΧΧ-ΧΧΧΧ-ΧΧΧΧ-ΧΧΧΧΧΧΧΧΧΧΧΧ
> Can't add xcodebuild parameters including whitespace
> ----------------------------------------------------
>
> Key: JENKINS-12800
> URL: https://issues.jenkins-ci.org/browse/JENKINS-12800
> Project: Jenkins
> Issue Type: Bug
> Components: xcode
> Affects Versions: current
> Reporter: Sven Weidauer
>
> I am trying to pass the parameter 'CODE_SIGN_IDENTITY="iPhone Distribution"'
> to xcodebuild via the new 'custom xcodebuild arguments' field. But no matter
> how I quote this it always gets split into two paramters at the whitespace
> which makes the build fail.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira