How do I configure so that OCUnit tests are running every time I choose to run my application on the simulator in Xcode? (Xcode 4.5.1)
My app runs the test fine if I go through Cmd+U` but not when I choose to run my application. I then get this warning:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools/Tools/RunPlatformUnitTests:81: warning: Skipping tests; the iPhoneSimulator platform does not currently support application-hosted tests (TEST_HOST set).