我试图在iOS项目中包含一些C 11标题,但是
Xcode / Clang找不到它们.我正在尝试包含< memory>,< functional>还有其他几个.但它抱怨它在构建期间无法找到它们(尽管我右键单击和“跳转到定义”加载文件……).如何让我的项目使用C 11头文件?
Lexical or Preprocessor Issue ‘memory’ file not found
Lexical or Preprocessor Issue ‘functional’ file not found
我的项目设置是:
C++ Language Dialect = C++11 [-std=c++11]
C++ Standard Library = libc++ (LLVM C++ standard library with C++11 support)