I want to start tests under Xcode 8 and it fail in the beginning. My error is:
Could not determine bundle identifier for MyProjectTest\'s TEST_HOST:
What I have discovered is that the tests will not run unless you have built and run the same target you are running the tests against on the device/sim you are testing on.
For example, if I run the tests against target Production, then I would have to build and run the target Production on the device/sim before I can run the tests. If I did not do that, it will give me the same error.