[
https://issues.jenkins-ci.org/browse/JENKINS-12435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arnaud Héritier closed JENKINS-12435.
-------------------------------------
> Incorrect path to .dSYM when building an Xcode project
> ------------------------------------------------------
>
> Key: JENKINS-12435
> URL: https://issues.jenkins-ci.org/browse/JENKINS-12435
> Project: Jenkins
> Issue Type: Bug
> Components: xcode
> Reporter: Michael Nachbaur
> Assignee: Arnaud Héritier
> Priority: Blocker
> Attachments: xcode-plugin.hpi
>
>
> When trying to use the Xcode plugin to build a project and generate a .dSYM
> zip file, the Xcode plugin apparently is trying to compose a path to the
> .dSYM source directory incorrectly. See the attached snippet from the log
> file:
> [Release-iphoneos] $ zip -r -T -y Boomle-Release-2.0-dSYM.zip
> /Users/autobuild/build/workspace/Boomle/output/Release-iphoneos/Boomle.app.app.dSYM
> zip warning: name not matched:
> /Users/autobuild/build/workspace/Boomle/output/Release-iphoneos/Boomle.app.app.dSYM
> zip error: Nothing to do! (try: zip -r -T -y Boomle-Release-2.0-dSYM.zip . -i
> /Users/autobuild/build/workspace/Boomle/output/Release-iphoneos/Boomle.app.app.dSYM)
> Failed to zip *.dSYM into Boomle-Release-2.0-dSYM.zip
> As you can see, it is appending ".app.app" instead of ".app". The
> "Boomle.app.dSYM" directory does exist in the indicated directory as
> expected, so it appears that the plugin is simply composing the path
> incorrectly.
--
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