I accidentally added a folder to the top-level of the workspace as it is displayed in XCode 4. That is, the folder now sits right along side my project at the top-level, and I'd like to remove it but I don't see how. The delete option is disabled when I try. I read somewhere that after creating a workspace that such a folder is possible to delete. I'd like to try to avoid this for the time being.
Is the meta-data for this folder stored in the project.pbxproj file? I need to check in the changes I've made to project.pbxproj file but not the meta-data for the top-level folder I'm trying to remove.
Thanks.
I also had this issue. To fix it I manually removed the section relating to my unwanted group from the project.xcworkspace file in my .xcodeproj package:
Completely remove the xml element named 'Group' for the group you want to remove. I had to remove the following (my group was called New Group):
<Group location = "container:" name = "New Group"> </Group>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With