Skip to content
David Kittell
David Kittell

Application & System: Development / Integration / Orchestration

  • Services
    • Application Development
    • Online Application Integration
  • Code
  • Online Tools
  • Tech Support
David Kittell

Application & System: Development / Integration / Orchestration

Mac OSX Terminal – Xcode Reset

Posted on December 5, 2016December 13, 2016 By David Kittell

Make sure Xcode is closed.

defaults delete com.apple.dt.Xcode
rm -rfv ~/Library/Application\ Support/Developer/Shared/Xcode
rm -rfv ~/Library/Saved\ Application\ State/com.apple.dt.Xcode.savedState
rm -rfv ~/Library/Preferences/com.apple.dt.Xcode.*
rm -rfv ~/Library/Preferences/com.apple.dt.xcodebuild.plist
rm -rfv ~/Library/MobileDevice/Provisioning\ Profiles/*
Originally Posted on December 5, 2016
Last Updated on December 13, 2016
All information on this site is shared with the intention to help. Before any source code or program is ran on a production (non-development) system it is suggested you test it and fully understand what it is doing not just what it appears it is doing. I accept no responsibility for any damage you may do with this code.

Related

Code Mac OS X Shell Mac OSX UNIX UNIX Shell Scripts

Post navigation

Previous post
Next post

Related Posts

PHP – WordPress Backup (MySQL & Files)

Posted on February 22, 2016February 23, 2016

After writing WordPress – Backup & Restore I came across a site that I do not have SSH/CLI access to so I needed to have another option. If you have SSH/CLI access it’s best to use the process on WordPress – Backup & Restore. Sometimes you just need a quick…

Read More

WordPress – Ninja Forms – Disable Form Saves

Posted on December 18, 2015December 21, 2015

If you have a concern about PHI or other concerns of saving data on your SQL database of the Ninja Forms follow the step on their site http://docs.ninjaforms.com/customer/en/portal/articles/2045697-faq#faq_save on the save-sub.php file. The save-sub.php location may vary based on your operating system but if you are on a UNIX based…

Read More

Show Records Not In Another Table – Concatenated

Posted on September 24, 2013October 26, 2015

SELECT col1 ,col2 FROM table1 WHERE (col1 + ‘ ‘ + col2) NOT IN ( SELECT (col1 + ‘ ‘ + col2) FROM table2 ) Originally Posted on September 24, 2013Last Updated on October 26, 2015 All information on this site is shared with the intention to help. Before any…

Read More

Code

Top Posts & Pages

  • PowerShell - Rename Pictures to Image Taken
  • Front Page
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions

Recent Posts

  • Javascript – Digital Clock with Style
  • BASH – Web Ping Log
  • BASH – Picture / Video File Name Manipulation
  • Mac OSX Terminal – Create SSH Key
  • Bash – Rename Picture

Top Posts

  • PowerShell - Rename Pictures to Image Taken
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions
  • SQLite - Auto-Increment / Auto Generate GUID
©2025 David Kittell | WordPress Theme by SuperbThemes