Creating a Workspace

    Steps
  1. Choose File > New > New Workspace.

  2. Enter the workspace name, and specify its location in your file system.

  3. Click Save.



image: ../art/creating_a_workspace.png

Start a multiproduct development endeavor by creating a workspace. A workspace serves as a common container for several related projects.

Xcode uses the workspace to actively manage many explicit and implicit relationships among the included projects and their targets. For example, this capability lets you specify that when you build an application, Xcode must build any products the application depends on, such as a library.

The video illustrates creating a workspace called MyWorkspace, saved on the Desktop.

Once your workspace is created, you can create new projects within it, and you can add existing projects to it.