Search code examples
iosxcodexcode6.1

Moving projects in Xcode 6


Currently, my Xcode Projects are in ~/Desktop/Xcode Projects/ I'd like to move all projects to ~/Desktop/Xcode Projects/Training/ One of these directories contains Classes I've defined.

Can I move Xcode 6 projects from Finder/Terminal or from within Xcode?

I'm using defaults under Xcode 6.1 (Git repository, and "Relative to Group" files.

My StackOverflow searches show steps for Xcode 4. Is this cleaner in Xcode 6??

Any solution or pointer to docs would be appreciated!


Solution

  • Moving the projects from one location to other should not cause any issue. Regarding the group files that you have linked in the project file you can just that file in the Mac and re-link the same. Mostly it should be just changing the versions number of Xcode.

    Nor sure about your Git config though.