1.warning: directory not found for option:xxxxxx
工程老是提示ld: warning: directory not found for option:xxxxxx
这种提示,通常是由于添加了第三方SDK,但是后来改了个名字或者去掉了SDK,但是在
Build Settings----->Search Paths----->Library Search Paths 中仍然没有删除掉对应的路径,
所以需要到Library Search Paths和Framework Search Paths中删除掉警告的路径,就OK了
2.
解决ld警告问题
本文介绍了解决工程中出现ld: warning: directory not found for option的问题方法。通常此问题由已移除但未清理干净的第三方SDK路径导致。文章提供了具体的步骤来解决这类警告。
1252

被折叠的 条评论
为什么被折叠?



