I just tried following the instructions at
http://jerry.cm/unit-testing-in-xcode-45-from-the-command-lin which makes it look like this toolbox should let me actually run my tests.
I set it up, and when I run the build and test, I get this:
Run test suite MeetUtilTests
Test Suite 'MeetUtilTests' started at 2013-02-19 23:13:12 +0000
2013-02-19 15:13:12.711 UnitTests[99236:c07] No parent for <TeamParser: 0x9e55fd0>
2013-02-19 15:13:12.718 UnitTests[99236:c07] Number of event entries 4
MeetUtilTests did not finish
/var/folders/kp/kcf762053dlg9ykngch_1zph0000gn/T/iossim-UnitTests.app-iPhone-BVLgKj/Library/Application Support/iPhone Simulator/6.0/Applications/86C7FFCE-97B0-455A-9EEE-10E457DE5642/UnitTests.app did not finish
Run unit tests for architecture 'i386' (GC OFF) did not finish
2013-02-19 15:13:12.757 xcodebuild[98051:5a03] -[IDEActivityLogSectionRecorder endMarker]: unrecognized selector sent to instance 0x4022bc080
** INTERNAL ERROR: Uncaught exception **
Exception: -[IDEActivityLogSectionRecorder endMarker]: unrecognized selector sent to instance 0x4022bc080
So, any ideas on what's wrong?