Stdc++ Library not found

Hi Guys ,


I am getting Library not found error . Any help on this ?


ld: library not found for -lStdC++

clang: error: linker command failed with exit code 1 (use -v to see invocation)


Thanks,

karthik

Replies

Try -lstdc++. Case matters

Building with libstdc++ was deprecated with Xcode 8 and is not supported in Xcode 10 when targeting iOS. C++ projects must now migrate to libc++ instead. Please see the Xcode 10 Release Notes for additional detail.

edford said is true, i did upgrade to 10.15 beta and install libc++ .