I accidentally added a folder to the top level of the workspace, because it is displayed in Xcode 4. That is, the folder is now next to my project at the top level, and I would like to delete it but I donβt understand how to do it. When I try, the delete option is disabled. I read somewhere that after creating a workspace, such a folder can be deleted. At the moment, I want to try to avoid this.
Is the metadata for this folder stored in the project.pbxproj file? I need to check the changes that I made for the project.pbxproj file, but not the metadata for the top-level folder I'm trying to delete.
Thanks.
source share