我们为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 ='参数。
答案 0 :(得分:0)
在Apple开发人员论坛中找到答案。 https://forums.developer.apple.com/thread/106114 sdk工具需要从较早的Xcode复制。