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.
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).
Could you any one help me how to solve this library issue.
Thanks in Advance.

