Can't really find anything in the documentation about this...but not sure where to look either.
Given MyClass.h and MyClass.m in folder Classes, when I invoke "Add to Project..." does a copy of file MyClass.m / h get placed in the Working Project or a reference to MyClass.m / h.
Perhaps I can refine this question a bit as well. In a project, I can see files that have been added, lets call them addedFile.m and addedFile.h. But when I look in the finder, they are not where the path says they ought to be, ie in a folder that contains the project. The only place I can find it is where addedFile was initially created. But the weird thing is that addedFile.m has the latest changes on it, but the program shows an earlier version, which I cannot find.
I am sure it must make sense to someone.
Thanks in advance.
Given MyClass.h and MyClass.m in folder Classes, when I invoke "Add to Project..." does a copy of file MyClass.m / h get placed in the Working Project or a reference to MyClass.m / h.
Perhaps I can refine this question a bit as well. In a project, I can see files that have been added, lets call them addedFile.m and addedFile.h. But when I look in the finder, they are not where the path says they ought to be, ie in a folder that contains the project. The only place I can find it is where addedFile was initially created. But the weird thing is that addedFile.m has the latest changes on it, but the program shows an earlier version, which I cannot find.
I am sure it must make sense to someone.
Thanks in advance.