I wrote UI Tests in Xcode 7.3.1 for a dedicated purpose. I can write a UI test, but if I try to run it (all tests or one), I got the following error:
Unable to find a test run application containing the test pool path / Users / dle / Library / Developer / Xcode / DerivedData / Keecoach -exynmciqyehgmxcfxhkpksrqifsb / Build / Products / Debug-iphonesimulator / DemoKeecoachUITests-Runner.appoKKIcoachUITests-Runner.appoKppInsKITIKKIcoachUITests-Runner.

I really don't understand the message, except that the runner application appears to run the tests, and that the runner application does not exist. This DemoKeecoachUITests-Runner.app does not actually exist on my disk.
I cannot find anyone who mentions the problem anywhere ... I get the same error if I run tests on the command line using xctool . I have the same problem on other computers, but I have no problem with another project, so it is related to the project. Any clue?
source share