I\'ve created a brand new iOS project in Xcode 4, and included unit tests. The default app has 2 targets, the main application and the unit test bundle. Using \"Product > Te
xctool solves this issue: https://github.com/facebook/xctool
we use it on our continuous integration server without problems