【发布时间】:2018-09-20 13:00:54
【问题描述】:
我们为我们的 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=' 参数。
【问题讨论】:
标签: c++ ios xcode c++11 libc++