Hi,
Usually when you create a new class or other file in Xcode, the default location of the new file is a folder with the same name as your project.
Somehow, I've ended up with a project where the default location for new files is the folder above this (the one with the .xcodeproj file in it).
I can certainly change the folder whenever I make a new file, if I remember to do it, but often I forget, and end up with half my files in one place and half in the other.
What controls this default, and how can I change it back to the folder I want?
Thanks.