-
Type:
Bug
-
Resolution: Not A Defect
-
Priority:
Major
-
Component/s: xcode-plugin
-
None
-
Environment:Mac OSX 10.7.3, XCode 4.3, Jenkins 1.456, XCode Plugin 1.3
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