在Xcode 10中找不到-lstdc ++.6的库 [英] library not found for -lstdc++.6 in Xcode 10

查看:276
本文介绍了在Xcode 10中找不到-lstdc ++.6的库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我无法在Xcode Beta和GM版本中构建基于Cordova的iOS应用,因为在此项目中使用了-lstdc++.6.原因是因为Apple在较新的Xcode版本中已弃用该库-lstdc++.6.

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.

因此,我已从Link Binary With Libraries中删除了该库,并且还添加了libc++该库.

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

之后,我面临此问题,链接器命令失败,退出代码为1(使用-v查看调用).

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.

预先感谢.

推荐答案

使用新的库依赖项重建libMAFLogger.

Rebuild libMAFLogger with the new library dependency.

这篇关于在Xcode 10中找不到-lstdc ++.6的库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆