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

末鹿安然 提交于 2020-01-04 09:13:30

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!