When I write most of my code using MacVIM, I need to add new files to the Xcode project in order to compile them into an executable. However, today I included an implementation file (.m) that Xcode will not allow to add. It looks light gray in the corresponding search box, as if it was already included in the project, but when I try to build, I get a linker error stating that the symbol defined by this implementation file cannot be found. The corresponding header file can be added without problems.
Any idea what could cause this problem?
Btw. I deleted the previous version of the same file from the Classes tree earlier, as well as many others that were successfully added.
source
share