How to avoid automatical creation of debug folder?
I found Xcode has a very annoying feature.
I want to debug my program, and this program has to be run in a specific folder so as to read some other files. However, even when I overwrite the build product location, Xcode will just automatically create a folder named "debug" and put the executable file in it. I don't want this debug folder !!! Does anyone know how to avoid this? I am so fustrated. Thanks a lot.
|