在我的項目,我用的第一個SDK,它需要我 組:如果xcode可以同時支持兩種C++方言嗎?
"c++ Language Dialect" to "C+=98[-std=c++98]",
"c++ Standard Library" to "libstdc++(GUN C++ standard library)";
however ,the project also needs the second sdk,it needs to set
and the second sdk,it needs me to set the
"c++ Language Dialect" to "C++11[-std=c++11]",
"c++ Standard Library" to "libc++(LLVM C++ standard library with C++ support)";
(我只需要使用第一個SDK,在一些特定情況下)
http://stackoverflow.com/questions/12637699/c03-library-with-c11-source-code?answertab=active#tab-top它可能有幫助。 –