How can I get Xcode 5 to run iOS unit tests on a Jenkins slave?

后端 未结 4 1001
迷失自我
迷失自我 2020-12-14 04:09

We\'ve been using Jenkins with the Xcode plugin to run continuous integration of our iOS applications including automatic execution and reporting of the unit tests. This wor

4条回答
  •  难免孤独
    2020-12-14 04:36

    What @GBegen said is correct and I used to do that before as well - Run the simulator and exit VNC without logging out, but that was not reliable. What I do now is to have a script that actually launches the simulator if it is not running. With Xcode 5 that broke as well, but I fixed it by adding the jenkins user to the admin group.

提交回复
热议问题