View Single Post
  #10  
Old 09-27-2019, 12:30 AM
Darryl Ramm Darryl Ramm is online now
Member
 
Join Date: Nov 2010
Location: USA
Posts: 19,657
Default Re: Turning Off Hyper-Threading In OSX Solved Most CPU Spikes And -9173

Quote:
Originally Posted by Landetta View Post
Can you specify where did you download xcode from??
Xcode is from Apple. The full Xcode is Apple's software development environment. You don't want the whole massive things, just the command line tools.

Things can vary depending on what version of OS X/macOS you are on. Try typing the following command into the Terminal.

$ xcode-select --install

And see http://osxdaily.com/2014/02/12/insta...ools-mac-os-x/

If that does not work try Googling for directions for your particular OS X/macOS version, you have to read through what you find, many folks will be describing how to install the command line tool if you are ready have the full Xcode package installed, you are not trying to do that.

Last edited by Darryl Ramm; 09-27-2019 at 12:44 AM.
Reply With Quote