I get a Boost circular buffer file not found
issue when trying to profile my C++ code in Xcode 7.1 but no such error when running the code normally.
Do I need to pass some parameters to the Profile section in Edit Scheme
?
EDIT:
I should add that in the same project #include <boost/lexical_cast.hpp>
doesn't give an error!