我必须删除使用 UIWebView 的 libNativeStrands.a 文件。之后我收到以下错误 _OBJC_CLASS_$_IMNativeStrands”,InMobi

发布于 2025-01-11 01:35:10 字数 397 浏览 0 评论 0原文

我必须删除使用 UIWebView 的 libNativeStrands.a 文件。之后我收到以下错误 OBJC_CLASS$_IMNativeStrands",InMobi

Undefined symbols for architecture x86_64:
  "_OBJC_CLASS_$_IMNativeStrands", referenced from:
      objc-class-ref in IMNativeAdTableCell.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I have to deleted the libNativeStrands.a file which uses UIWebView. After that I am getting the below error OBJC_CLASS$_IMNativeStrands",InMobi

Undefined symbols for architecture x86_64:
  "_OBJC_CLASS_$_IMNativeStrands", referenced from:
      objc-class-ref in IMNativeAdTableCell.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

人间☆小暴躁 2025-01-18 01:35:10

IMNativeAdTableCell.m 似乎仍在引用 libNativeStrands。

  1. 检查您正在构建的架构。
  2. 检查代码中的 IMNativeStrands 类。
  3. 清理派生数据目录(可能你已经完成了。
    /用户//库/开发人员/Xcode/DerivedData//构建/

IMNativeAdTableCell.m seems to be still referencing libNativeStrands.

  1. check the architecture you are building for.
  2. Check for the class IMNativeStrands in your code.
  3. Clean up derived data directory(may be you have done it already.
    /Users//Library/Developer/Xcode/DerivedData//Build/
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文