SDWebImage Apple Mach-O 链接器警告

SDWebImage Apple Mach-O Linker Warning

最近我已经成功地将我的 SDwebImage 安装到我的项目中并且它工作得非常好。但是,有一个问题让我很烦恼。我试图重新安装我的 SDWebImage 框架,但我仍然收到相同的警告。只是要注意在构建短语中添加了我的框架并将 SDWebImage 导入到相关文件中。

enter image description here

1.  Click on your project (targets) 
2.  Click on Build Settings 
3.  Use the arrows next to your project name (right above the Basic and All buttons) the change to the Tests target 
4.  if the warning is ...for option '-F/... thats Framework Search Paths, delete the stuff there
5.  Clean 
6.  Build Go for it.