Xcode: fatal error: 'iostream' file not found
OS: macOS Big Sur Version 11.1 Xcode: Version 12.3 I haven't run C++ on my Mac in 8 months or so. I am trying to run a simple helloworld.cpp file: #include <iostream> using namespace std; int main() { std::cout <<…