Search code examples
xcodexcode6.1project-navigator

Unable to drag and move around files in Project Navigator in Xcode


I am unable to drag my classes (and other files) around in my Project navigator (Xcode 6.1), and I am unsure of when this problem began. It might have been when I updated Xcode from 6.0 to 6.1.

I have been able to do this before and would like to be able to again, as I prefer to re-organize the structure of the project as it grows. I am also unable to create new groups since this happened. When I click "New group" I can see a new folder in the tree structure, but only for half a second before it disappears again.

Can anyone help me with this?

This is not an issue if a create a new project. This is only happening in this particular project I am working on.


Solution

  • I created a new file in my project, which worked just fine, and when the file was created and showing in my Project navigator I could see a number of empty groups named New group1, New group2 and so on. They must be the groups I tried to create without (visible) results.

    Suddenly, everything works as it should. I can now move my files around again by dragging them.

    Must be som kind of a bug?