Xcode could not find the header files, so I found directions and added
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/"
to the appropriate spot.
Now I get another error when I write #include <iostream> telling me that it "could not build module 'std' " if I include "Using std;" I get an error message telling me that I need ';' . I DID!!! Any suggestions?
Thanks in advance for any help!
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/"
to the appropriate spot.
Now I get another error when I write #include <iostream> telling me that it "could not build module 'std' " if I include "Using std;" I get an error message telling me that I need ';' . I DID!!! Any suggestions?
Thanks in advance for any help!