Fred J.
Fred J.

Reputation: 6039

How to close a project in Xcode 7

Is it possible to close a Project without closing Xcode? if so, how?

The reason for this is that when I open another project, it leaves the old one open and then opens the new project in a different desktop on El Capitan 10.11

Upvotes: 0

Views: 2712

Answers (1)

Daniel Krzyczkowski
Daniel Krzyczkowski

Reputation: 3157

One option described in the comments is not the most convenient. You have other appropriate options: 1. If you have playground opened in the Xcode you can click "File" from the left top -> select "Close <>". You will see that only you playground was closed but Xcode window not.

  1. You can also close the whole Xcode windows. From "File" select "Close playground".

  2. Last one is to close the Xcode, just select "File" -> "Close window"

The same is for projects: "Close project" should be clicked.

Please fin the information below:

https://developer.apple.com/library/ios/documentation/ToolsLanguages/Conceptual/Xcode_Overview/CreatingProjects.html

Hope this will somehow clarify

Upvotes: 2

Related Questions