I\'ve been using GHUnit in my project because the built in unit testing was so terrible in XCode 3.
However, now that they\'ve been fixed in XCode 4, I want to switc
You probably need to make sure that your active scheme is pointing at the right target (your test bundle).
You need to edit the scheme for your main application target.
The "Test" option in the product menu is no longer grayed out.