#include <string> 'string' file not found
Solution(s)
Section titled “Solution(s)”1: Check if Command Line Tools needs to be updated
Section titled “1: Check if Command Line Tools needs to be updated”-
To check for software updates, run the following command:
Terminal window softwareupdate --list -
If you see any updates available, you can either:
-
Open System Settings, then go to General > Software Update and install from there.
-
Or, run the following command in the terminal:
Terminal window softwareupdate --install "<product name>"Replace
<product name>with the text you copied in the previous step.
-