I\'m trying to dive into the quite frankly terrible world of unit testing using Xcode (such a convoluted process it seems.)
Basically I have this test class, attempt
If the target you are testing is an application, you'll need to manually include the Show.h/m files in both your main target and your test target.
I also updated the README to reflect this:
Test
project manually. Sorry for the confusion! Having to include files in both targets is not ideal.