ld: warning: directory not found for option 去掉警告的方法

工程老是提示ld: warning: directory not found for option:xxxxxx

这种提示,通常是由于添加了第三方SDK,但是后来改了个名字或者去掉了SDK,但是在

Build Settings----->Search Paths----->Library Search Paths 中仍然没有删除掉对应的路径,

所以需要到Library Search Paths和Framework Search Paths中删除掉警告的路径,就OK了

原文地址:https://www.cnblogs.com/dreamDeveloper/p/6048977.html