Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I had the same problem. I solved it by setting in the XCode project Build Settings, for C++ Standard Library: libc++ (LLVM C++ standard library with C++ 11 support).

It is obvious from the errors that the problem is from the STD (standard C++ Library), so you should play around with the C++ Standard Library setting.

Hope it helps.