Skip to content

Instantly share code, notes, and snippets.

@n0an
Created December 25, 2016 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n0an/ef78d786a404d2e0cdeec4b6858a5613 to your computer and use it in GitHub Desktop.
Save n0an/ef78d786a404d2e0cdeec4b6858a5613 to your computer and use it in GitHub Desktop.
Close the project in XCode
Delete the following files using the Terminal. Where “myproject” is the name your project.
rm -rf myproject.xcworkspace/xcuserdata
rm -rf myproject.xcodeproj/xcuserdata
rm -rf myproject.xcodeproj/project.xcworkspace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment