美文网首页
Xcode: 暴风 lib

Xcode: 暴风 lib

作者: plantAtree_dAp | 来源:发表于2017-03-08 17:03 被阅读5次

    directory not found for option '-L/Users/ThirdLib/BFCloudPlayerSDK/lib'

    Xcode “directory not found for option -L” errors

    There is two errors that people seem to be confused with

    Build Settings : Library Search Paths

    If it is a "directory not found for option '-L/..." error That means it's a Library Error, and you should try to:

    Click on your project (targets) Click on Build Settings Under Library Search Paths, delete the paths

    

    Build Settings : Frameworks Search Paths

    If it is a "directory not found for option '-F/..." That means it's a Framework Error, and you should try to:

    Click on your project (targets) Click on Build Settings Under Frameworks Search Paths, delete the paths

    相关文章

      网友评论

          本文标题:Xcode: 暴风 lib

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