iOS ld: framework not found -xxx错误

Posted linganxiong

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iOS ld: framework not found -xxx错误相关的知识,希望对你有一定的参考价值。

前几天遇到这样一个错误,在删除支付宝SDK和ping++SDK后
 
技术图片
截图1.png
 
技术图片
截图2.png
解决办法
  • 进入Build Settings
  • 搜索OTHER LINKER FLAGS
 
技术图片
截图3.png

 

-framework这个标志是给你带.framework的文件使用的,所以你需要找出来那些不需要-framework的框架,把它下面的-framework删除掉。
例如我这里MJRefresh就没有.framework,所以删除掉-l"MJRefresh"下面的-framework就可以了。

以上是关于iOS ld: framework not found -xxx错误的主要内容,如果未能解决你的问题,请参考以下文章

归档 IOS 应用程序以响应本机错误时出错:ld: library not found for -lFBReactNativeSpec

React Native 0.63.2 iOS Build Error with `ld: library not found for -lAppAuth`

linux 疑问:yum安装软件时提示错误信息:GPG key retrieval failed: [Errno 14] HTTP Error 404: Not Fou

iOS加载framework时出现 Library not loaded:XXX.framework; reason:image not found

iOS加载framework时出现 Library not loaded:XXX.framework; reason:image not found

iOS加载framework时出现 Library not loaded:XXX.framework; reason:image not found