What’s the difference between Xcode’s move to trash and remove reference?
Xcode stores references to the files that make up your project in the project file, namely, the projectName.xcodeproj file. Theoretically your source and resource files that make up your project could be all over your harddisk; of course that’s not a good practice. So, when you add an existing file to your project, Xcode asks … Read more