在xcode 10上找不到stdlibc ++标头错误

时间:2018-09-20 13:00:55

标签: c++ ios xcode c++11 libc++

我们为iOS项目编写了一些c库,并且在升级到Xcode 10之后,在编译时会出现错误:

error: include path for stdlibc++ headers not found; pass ‘-std=libc++’
on the command line to use the libc++ standard library instead
[-Werror,-Wstdlibcxx-not-found]
        1 error generated.

我们需要在哪里修改makefile文件?因为我在其中找不到'-std ='参数。

1 个答案:

答案 0 :(得分:0)

在Apple开发人员论坛中找到答案。 https://forums.developer.apple.com/thread/106114 sdk工具需要从较早的Xcode复制。