I have a basic Cocoa project open in Xcode including a unit test target.
I created a new test class to test one of my model classes. However, I can't add the header of the class I need to test to the unit testing target. The checkbox under "Target Membership" is not clickable for the unit test target (it is for the main target).
Because I can't add the header file to the unit test target, Xcode won't autosuggest method names of the class under test.
Am I missing something? Shouldn't I be able to add header files to a unit testing target?