I'd like to create some kind of tool that can verify that all the test files are added to the test target. It's not uncommon for a test file to get removed from a test target during a .xcodeproj merge conflict resolution. If that happens, entire test classes can ended up being abandoned and forgotten about for a long time.
We'll need to spend some time designing how we'd want this to work, but I'm thinking that no matter how we end up designing it, it's going to have to be some kind of command line tool that can be run as a run script build phase.