Greetings all,
We are running into a problem where Xcode 7 beta 6 server doesn't seem to be running the build pre-actions for any bots. We have a scheme setup for unit testing that needs to run a ```pod update``` and then install. It also needs to unzip a directory inside the project structure. Locally these work just fine on all our devices. When the bot checks out the project and runs it these pre-actions never get run. We've created new projects and the same thing happens.
Are we missing something?
The setup:
server:
OS X 10.10.5 (14F27)
OS X Server 5.0.1 (15S2235)
Xcode Version 7.0 beta 6 (7A192o)
local:
OS X 10.10.4 (14E46)
Xcode Version 7.0 beta 6 (7A192o)