I try to develop an UI Unit Test for my Application. I created a UI Test Target and wanted to launch the example XCTest which is generated with the creation of the Target.
When I try to launch the Test I get the error message:
Could not obtain the Bundle Identifier for /Path/from/user/toAppRepo/build/Debug-iphonesimulator/My_App.app
I am not sure, why this is happening, as I did not change Andy configuration and several Questions I have seen here do not help with my Problem, e.g. I set the Buildings "Use for command-line builds" option to "Debug" as mentioned in a similar Question. When I set TEST_HOST
it says, that I could not configure a Test with USE_XCTRUNNER
and TEST_HOST
.