I recently changed the name of my app and now my unit tests are not running, I am getting an Apple linker error.
Any idea how to fix this? If I expand my \'Products
I faced similar issues when renaming my app. You should try with a fresh clean build. Make sure that you remove all build folders (performing a clean in XCode sometimes is not enough).