XCode - Linking Tests with Sources without adding all source files to the Test Task.
        Posted  
        
            by Akshay
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Akshay
        
        
        
        Published on 2010-05-19T18:46:46Z
        Indexed on 
            2010/05/19
            18:50 UTC
        
        
        Read the original article
        Hit count: 208
        
In Xcode, when source and test classes in are different folders - In the 'Test' task - how do you link against the source, as opposed to adding the all source files to the test task ?
© Stack Overflow or respective owner