Some background:
I have iOS application with a target configured to run unitTests. And I am running build automation tool jenkins on my MacBook whic
You can create a Mac OSX Unit Test instead of an iOS unit test. This requires that you not include any iOS specific libraries in the unit tests though. You can do this via the following:
You can now add sources to the unit test and run it like an iOS test without launching the simulator.