2

I am trying to delete a working copy of my project, I came across this answer Xcode Source Control showing multiple Working Copies

But seems that in Xcode 7.3.1 ( I don't know which version they change it) there is no file "xcshareddata" mentioned in the answer

So I don't know how to achieve it in my Xcode

Community
  • 1
  • 1
D4rWiNS
  • 2,585
  • 5
  • 32
  • 54
  • Maybe this answer could help ? https://stackoverflow.com/questions/34389121/my-xcode-is-showing-two-branches-open-at-same-time-in-source-control/36694739#36694739 – XLE_22 Jun 01 '17 at 10:45

1 Answers1

2

First please select shared in manage scheme: set the active scheme (next to stop button) -> manage schemes -> click the scheme -> edit -> select shared in the bottom of the window

Then open the xcode project folder -> projectname.xcodeproj -> show Package Conents -> xcshareddata -> schemes -> edit and save file

Alex Zavatone
  • 4,106
  • 36
  • 54
Marina Liu
  • 36,876
  • 5
  • 61
  • 74