Why was I prompted to install developer tools? "c++filt" command
Why did this happen? A window popped up prompting me to install... not sure if this is safe or not.
Mac mini, macOS 11.1
Why did this happen? A window popped up prompting me to install... not sure if this is safe or not.
Mac mini, macOS 11.1
If you have no Apple developer tools (e.g. Xcode, command-line tools for Xcode) installed, and you type something in the Terminal that is interpreted as a compiiler (or script) command, and there is nothing installed to respond to it, you will be prompted to install the Command-line tools for Xcode. This is about 2GB of storage when installed, and does nothing if you are not doing development.
If you enter python3 on the command-line, there is no python3 executable installed by default with the operating system — but the Apple Command-line tools for Xcode do install a stripped down Python3 scripting environment (first time starting with Catalina). Similarly, if you typed C++ anything, although the same development tools do not install any binary by that name (e.g.cc, c++, gcc, g++, clang, clang++, swift, swiftc), it will still trigger the installation prompt — and probably should not.
If you have no Apple developer tools (e.g. Xcode, command-line tools for Xcode) installed, and you type something in the Terminal that is interpreted as a compiiler (or script) command, and there is nothing installed to respond to it, you will be prompted to install the Command-line tools for Xcode. This is about 2GB of storage when installed, and does nothing if you are not doing development.
If you enter python3 on the command-line, there is no python3 executable installed by default with the operating system — but the Apple Command-line tools for Xcode do install a stripped down Python3 scripting environment (first time starting with Catalina). Similarly, if you typed C++ anything, although the same development tools do not install any binary by that name (e.g.cc, c++, gcc, g++, clang, clang++, swift, swiftc), it will still trigger the installation prompt — and probably should not.
Tried the EtreCheck, installed pro version for $14.99 - and followed its recommendations. still being prompted. ;(
I have a mac mini 2014 with BigSur, all updates, OWC 1TB SSD. I tried to open an app and it just crashes (Home Design). So decided to allow MAC to install the software after reading the licensing agreement - seemed legit because it was Apple software and figured maybe this came up because of the BigSur install.
This Discussion may be relevant:
Why am I Being Asked to Install Command Line Developer Tools?
I don't know what it is either, but EtreCheck may reveal some helpful information.
Why was I prompted to install developer tools? "c++filt" command