Xcode 5: Multiple test targets in one scheme: “Simulator already in use”

三世轮回 提交于 2019-12-03 10:18:40

I have come into this error whenever i try to run my functional tests using calabash. One way to do this maybe be to run a script in the after each build process to kill the simulator.

this guy has wrote a bash script that does this http://cdrussell.blogspot.co.uk/2012/04/script-to-kill-iphone-simulator-if.html

Might be worth running this as a build phase for each test target

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!