When you create an XCode 4 project, it asks you if you want to include unit testing. But how do you add it to a project that\'s been created without them?
I started
One more variant using Test navigator
Xcode version 10.2.1
Test navigator
New Unit Test Target...
Do not forget add next import to test internal[About] elements
internal
#import "myClass.h"
@testable import module_name