Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

81Tiger04

macrumors 6502
Original poster
Aug 11, 2009
465
37
SC
I uninstalled Xcode a couple of months ago and the residual files as well (or at least I thought so). Why am I now receiving a Software Update for Xcode 14.1?

I know it seems like a simple and dumb thing to worry about but it's driving me crazy. I don't understand why it is wanting to update. Nothing should be there in the first place.

Screen Shot 2022-11-17 at 5.35.33 PM.png
 

casperes1996

macrumors 604
Jan 26, 2014
7,503
5,679
Horsens, Denmark
A lot of command line tools installed with Xcode are general development tools. Like the build essentials. Make, clang, swiftc, Python

Have you deleted
/Library/Developer
And the equivalent in user directory?
 

casperes1996

macrumors 604
Jan 26, 2014
7,503
5,679
Horsens, Denmark
Now I'm wanting to know what the command line tools for Xcode are. :)
Well, there's the following Unix/BSD/GNU/Apple-build tools
1668738441627.png

I also believe xcrun and xcodebuild are included, but xcdebug is just an empty shim that requires the full Xcode to be the active Xcode-select path. It also includes relevant SDKs and header files to build Swift, C, C++, Objective-C against Apple Libraries/Frameworks
 
  • Like
Reactions: MisterSavage

MisterSavage

macrumors 601
Nov 10, 2018
4,667
5,513
Well, there's the following Unix/BSD/GNU/Apple-build tools
View attachment 2114752
I also believe xcrun and xcodebuild are included, but xcdebug is just an empty shim that requires the full Xcode to be the active Xcode-select path. It also includes relevant SDKs and header files to build Swift, C, C++, Objective-C against Apple Libraries/Frameworks
I never really thought about why Git was on my Mac but that explains it.
 

81Tiger04

macrumors 6502
Original poster
Aug 11, 2009
465
37
SC
A lot of command line tools installed with Xcode are general development tools. Like the build essentials. Make, clang, swiftc, Python

Have you deleted
/Library/Developer
And the equivalent in user directory?
I'm pretty sure I did. Is there any way to confirm?
 

bogdanw

macrumors 603
Mar 10, 2009
5,734
2,765
Close System Preferences and run in Terminal:
Code:
softwareupdate -l
Does it appear there too?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.