Xcode 4.2 + c++0x/libc++ cannot find iostream
问题 I'm using Macbook 1g, Snow Leopard. Few days ago i installed xcode 4.2 and made a test project for c++0x. I set LLVM 3.0 as c++ compiler, C++ Language Dialect as C++0x and C++ Standard Library as libc++. but when building, error occured. "iostream" file not found I find it most bewildering. How can I solve this problem? 回答1: "I changed libc++ to libstdc++". How? Where is this setting? Apple documentation says "simply set "C++ Standard Library Type" in the build settings to ... " Build