So I have an iOS project with tests and everything was working properly.
I felt the need to change the project name. I did as indicated at apple\'s docs, selected t
This is a directly parallel solution to Jean-Frederic Plante, though in my case the problem was not that my test target name matched my primary target, but rather that the module of the test target had incorrectly been set to match the module name of the main app target. To correct either of these issues:
$(TARGET_NAME).