How can I add one Target (Foundation Tool) to Copy Bundle Resources of another Target in XCode
        Posted  
        
            by Michael Ruepp
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Michael Ruepp
        
        
        
        Published on 2010-03-14T11:45:49Z
        Indexed on 
            2010/03/14
            11:55 UTC
        
        
        Read the original article
        Hit count: 424
        
Hy everybody,
I have two targets in one Project in Xcode. One is a foundation tool which i need in the resources Bin of the other Target, which is a Bundle App. I am not able to add the Target one into the Copy Bundle Resources Build Phase of the Bundle App. Do I need to use a Copy Files Build phase and put the File out of the build/Release Folder into it?
Thank you,
Michael
© Stack Overflow or respective owner