Xcode delete working copies of source control

大憨熊 提交于 2019-12-13 17:05:59

问题


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


回答1:


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



来源:https://stackoverflow.com/questions/41101383/xcode-delete-working-copies-of-source-control

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!