美文网首页
ld: warning: directory not found

ld: warning: directory not found

作者: iYeso | 来源:发表于2018-01-30 00:23 被阅读28次
    • 错误One
    错误如下,这表示是查询 Library 的时候出现的异常。
    "directory not found for option '-L/..."
    

    解决方案:

    依次 Project -> targets -> Build Setting -> Library Search Paths
    
    删除里面的路径
    
    • 错误Two
    错误如下, 这表示是查询 Framework 的时候出现的异常。
    "directory not found for option '-F/..."
    

    解决方案

    依次 Project -> targets -> Build Setting -> Framework Search Paths
    
    删除里面的路径
    

    相关文章

      网友评论

          本文标题:ld: warning: directory not found

          本文链接:https://www.haomeiwen.com/subject/qthqzxtx.html