Skip to content
New issue

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

IOS build fails in Xcode 10.1 #22

Open
quintonn opened this issue Jun 21, 2021 · 0 comments
Open

IOS build fails in Xcode 10.1 #22

quintonn opened this issue Jun 21, 2021 · 0 comments

Comments

@quintonn
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant