I'm setting up my CI server with Jenkins. I can successfully build the app but now I need a way to run it in the simulator. How can I do it?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Have you checked out WaxSim? It's a command-line app to run the simulator. I've heard various noises about it not working on Mac OSX 10.8 but they may have fixed this now. |
|||||
|
|
ios-sim (https://github.com/phonegap/ios-sim) works fine. Just be sure to build the debug version of the app otherwise it will go in background after the being deployed. |
|||
|
|
