pre-actions not running on Xcode 7 Server

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)

I'd recommend reading this:

http://honzadvorsky.com/articles/2015-08-04-xcs_tutorials_1_getting_started/


Basically, this is the hands-down, best-described way of describing how Cocoapods and Xcode Server can work together. What you want can be found in part-3 of the tutorial. But there's a lot of good stuff in there.

pre-actions not running on Xcode 7 Server
 
 
Q