I am writing an iOS project in Xcode 4 that uses several third-party libraries. One of these libraries contains a file with the same name as the file in my project. I would like to put both files in separate groups, but it seems that Xcode only resolves one instance of each file name in the whole project.
Is there any way around this other than renaming one of the files?
Edit: of Objective-Files the C source files ( .hand .m). I am not familiar with mapping groups to folders. How do I tell Xcode to let my groups share folders on disk?
source
share