We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to build this lib in xcode 10.1 and it fails with the message:
ld: library not found for -lstdc++.6.0.9 clang: error: linker command failed with exit code 1 (use -v to see invocation)
From what I can search online it seems Xcode no longer supports libstdc++ but instead all dependencies should use libc++. See here.
I'm not too familiar with c language and if that applies here, but I couldn't manage to get the xcode project to compile.
Would appreciate some help on this or some feedback.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying to build this lib in xcode 10.1 and it fails with the message:
From what I can search online it seems Xcode no longer supports libstdc++ but instead all dependencies should use libc++.
See here.
I'm not too familiar with c language and if that applies here, but I couldn't manage to get the xcode project to compile.
Would appreciate some help on this or some feedback.
The text was updated successfully, but these errors were encountered: