Allen Fisher created JENKINS-13156: -------------------------------------- Summary: Changes in XCode 4.3 make the plugin unusable. Key: JENKINS-13156 URL: https://issues.jenkins-ci.org/browse/JENKINS-13156 Project: Jenkins Issue Type: Bug Components: xcode Environment: Mac OSX 10.7.3, XCode 4.3, Jenkins 1.456, XCode Plugin 1.3 Reporter: Allen Fisher Priority: Blocker
Apple has changed how Xcode is distributed. With XC4.3, the /Developer folder is now inside the app bundle (and possibly reorganized, I can't tell for sure). On a fresh install of the OS with the latest version of XCode, Jenkins throws the following error when trying to build: Started by user anonymous Building in workspace /Users/foo/Projects/Jenkins/fooapp Working directory is /Users/foo/Projects/Jenkins/fooapp/Expat/Build/XCode. [XCode] $ /usr/bin/xcodebuild -version Error: No developer directory found at /Developer. Run /usr/bin/xcode-select to update the developer directory path. FATAL: Check your XCode installation. Jenkins cannot retrieve its version. Build step 'XCode' marked build as failure Finished: FAILURE -- 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