I\'ve got a unit test in my MonoTouch project that I can\'t run from inside MonoDevelop -- it fails with \"Unix transport error.\" Poking around on the web it looks like that\'s
There isn't a good way to use NUnit with MonoTouch.
Sorry, I have felt the same pain myself. I will post back if a solution ever surfaces.
set $MONO_PATH to the nunit library to be able to run nunit-console. On my machine, the $MONO_PATH declaration is (in my .profile file):
MONO_PATH='/Applications/Beta/MonoDevelop.app/Contents/MacOS/lib/monodevelop/AddIns/NUnit/:$MONO_PATH'