I am trying to integrate dlib c++ library in my iOS project. When I add dlib I have to update compiler settings and compiler flags. I followed below guide: https://stackoverflow.com/a/53277024/1030951
Still when I try to run app, Xcode gives error saying:
Source/SamplePath/Sample/dlib/algs.h:17:10: "Dlib requires C++11 support. Give your compiler the -std=c++11 option to enable it."
Although I have already set compiler to c++11, I face this error.