|
Michael Nachbaur created JENKINS-12435:
------------------------------------------ Summary: 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 Priority: Blocker 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 |
|
[ https://issues.jenkins-ci.org/browse/JENKINS-12435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] aheritier resolved JENKINS-12435. --------------------------------- Assignee: aheritier Resolution: Duplicate Fixed in incoming 1.3 release. See JENKINS-12273. > 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: aheritier > Priority: Blocker > > 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 |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-12435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] aheritier updated JENKINS-12435: -------------------------------- Attachment: xcode-plugin.hpi Here is the latest SNAPSHOT of the plugin > 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: aheritier > 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 |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ 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 |
| Powered by Nabble | See how NAML generates this page |
