2
I updated to Xcode 11 recently with iOS 10.15 (Public Beta 8) and when loading a previous cpp file with the header #include , Xcode sends me a warning saying 'iostream' file not found.
Screenshots attached. My type is Default - C++ Source. Xcode telling me that iostream file is not found
1Hi jvb, I was able to fix the problem by running $ xcode-select --install on terminal. Thanks! – julietpg – 2019-09-25T20:39:31.197
Aah, great! Thanks! :) – jvb – 2019-09-25T20:41:59.903