I've got a new Jenkins server going and I'm trying to build 2 different projects. One requires Xcode4.5DP2, the other wants good old 4.3. I've added a shell command to execute before my Xcode build step, but it doesn't seem to do anything.
This is my console output: + sudo xcode-select -switch /Applications/*Xcode.app*/Contents/Developer/ Working directory is /Users/jenkins/.jenkins/workspace/WBM.Continuous. [WBM.Continuous] $ /Applications/*Xcode45-DP2.app*/Contents/Developer/usr/bin/xcodebuild -version Xcode 4.5 Have I done something wrong here? Thanks
