Can't drag and move files in Project Navigator in Xcode
I can't drag my classes (and other files) into my project navigator (Xcode 6.1) and I'm not sure when this problem started. It may have been when I upgraded Xcode from 6.0 to 6.1.
I have been able to do this before and would like to be able to do this again as I prefer to reorganize the project structure as it grows. I also cannot create new groups since this happened. When I click New Group, I see a new folder in the tree structure, but only half a second before it disappears again.
Can anyone help me with this?
EDIT:
This is not a problem if I create a new project, it only happens in this particular project that I am working on.
source to share
I created a new file in my project, which worked very well, and when the file was created and displayed in my project navigator, I could see several empty groups named New group1, New group2, and so on. They must be the groups I tried to create with no (visible) results.
Suddenly everything works as it should. Now I can move my files by dragging and dropping them.
There must be some mistake?
source to share
I would try the following:
- Make sure there is nothing in the filter filter text box at the bottom of the project navigator ( http://cl.ly/image/100E1o1S3d1g )
- Try restarting Xcode
- Try starting a new project to see if you have the same problem. If you do, try uninstalling and reinstalling Xcode.
source to share