问题
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.
回答1:
Rebuild libMAFLogger
with the new library dependency.
来源:https://stackoverflow.com/questions/52371265/library-not-found-for-lstdc-6-in-xcode-10