不能在xCode中使用boost

时间:2018-03-20 21:55:38

标签: c++ xcode boost

当我尝试在xCode中使用boost库时,我不断收到错误。 我像教程所说的那样链接了标题和链接库,但我仍然收到错误

> #include <iostream>
> #include <string>            // std::string
> #include <sstream>           // std::stringstream
> #include <initializer_list>
> #include <vector>
> #include <boost/type_index.hpp>
> using std::cout;
> using std::endl;

在boost索引中,当我尝试构建时,我的编译器说“'找不到'boost / type_index.hpp'文件”。

我该如何解决这个问题?

1 个答案:

答案 0 :(得分:1)

在Xcode项目构建设置中,您必须确保在标题搜索路径中找到/选择它。 (例如/usr/local/boost_1_60_0/include/