c++ - 在 Xcode 10 中找不到 -lstdc++.6 的库
<p><p>我无法在 Xcode Beta 和 GM 版本中构建基于 Cordova 的 iOS 应用程序,因为在这个项目中使用了 <code>-lstdc++.6</code>。为什么因为 Apple 在较新的 Xcode 版本中弃用了 <code>-lstdc++.6</code> 这个库。 </p>
<p> <a href="/image/gcIgR.png" rel="noreferrer noopener nofollow"><img src="/image/gcIgR.png" alt="<code>enter image description here</code>"/></a> </p>
<p>所以我已经从 <code>Link Binary With Libraries</code> 中删除了这个库,并且我还添加了 <code>libc++</code> 这个库。</p>
<p>之后我面临这个问题链接器命令失败,退出代码为 1(使用 -v 查看调用)。 </p>
<p> <a href="/image/YwI5h.png" rel="noreferrer noopener nofollow"><img src="/image/YwI5h.png" alt="enter image description here"/></a> </p>
<p>谁能帮我解决这个库问题。</p>
<p>提前致谢。</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>使用新的库依赖重新构建 <code>libMAFLogger</code>。</p></p>
<p style="font-size: 20px;">关于c++ - 在 Xcode 10 中找不到 -lstdc++.6 的库,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/52371265/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/52371265/
</a>
</p>
页:
[1]