Reputation: 139
I've got an Xcode project, in an Xcode workspace. At one point, I thought I wanted a workspace, so I added one, but it turns out I'm not doing anything which can benefit from that, and I'd rather not have that extra layer of complexity.
How can I delete the workspace, so I have just a plain project again?
I found some web pages that say a workspace is just a set of pointers to projects, but there also must be pointers back from the project to the workspace. When I try deleting the .xcworkspace directory, I get build errors with the project (files in the workspace not found).
Upvotes: 7
Views: 6832
Reputation: 514
I used this procedure for XCode 12.4, April 2021
Upvotes: 2
Reputation: 139
I think I figured out the trick. For project "Foo" in workspace "Bar":
Upvotes: 3