Xcode 4.2 is looking in my tags folder when I build. This is causing duplicate interface errors, since it believe I have defined classes twice. My folder structure is:
- tags
- trunk
My current build is in trunk and Xcode is also looking in tags. How can I make it stop doing that?