Friday, 9 November 2018

library not found for -lstdc++.6 in Xcode 10

I am not able to build Cordova based iOS app in Xcode Beta and GM version Because In this project used -lstdc++.6. Why because Apple has deprecated -lstdc++.6 this library in the newer Xcode version.

<code>enter image description here</code>

So I have removed this library from the Link Binary With Libraries and also I have added libc++ this library.

After That I am facing this issue linker command failed with exit code 1 (use -v to see invocation).

enter image description here

Could you any one help me how to solve this library issue.

Thanks in Advance.



from library not found for -lstdc++.6 in Xcode 10

No comments:

Post a Comment