解决警告ld: warning: directory not found for option

解决警告“ld: warning: directory not found for option”

原因: 从项目中删除了某个目录、文件以后,编译出现警告信息:
ld: warning: directory not found for option“XXXXXX”,已经从项目中删除了文件和文件夹还是报这个警告 原因是编译器之前添加过文件夹路径,删除之后编译器找不到所以他就警告你

targets --> Build Settings --> Library Search Paths ,删掉编译报warning的路径

image.png

参考博客:https://blog.csdn.net/xiaojinit/article/details/70226714

你可能感兴趣的:(解决警告ld: warning: directory not found for option)