ios8 - clang: error: unknown argument: '-stdc++' -
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
Post a Comment