When I copy files from one Xcode project to another, the files appear in the destination project and the second Xcode project compiles and works fine. So far everything is ok.
But some of the source files have not been moved into the various folders/directories of the destination project. I think the second project is still pointing to some files in the first/source project.
How to completely move the files from the first project into the destination project folders/directories?