Every time I add a new C++ source and header to my project, the header gets added to one of the copy files build phases. This is an application project, not a framework, so I don't want any headers to be copied. Is there any way to stop this from happening?
Don't forget to file a bug report in BugReporter.
While I haven't seen this bug since XCode 2.2, support for headers is still a bit inconsistent in XCode:
Sometimes there's a target member checkbox in the Files & Groups column, sometimes there's none, it depends on the project, whether it's a brand new project or a updated project.