ios8 - clang: error: unknown argument: '-stdc++' -


enter image description here

i getting error as

clang: error: unknown argument: '-stdc++'

what causes error?.how solve this?any appreciated.thanks in advance

that option language specifier. missing = sign , language specifier comes after depend on version of language compiling for. example, targeting c++11

-std=c++11 

the man page tool chain should document available supported languages.


Comments

Popular posts from this blog

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -