代码之家  ›  专栏  ›  技术社区  ›  Andreotti

ld:未找到-lAPDAdColonyAdapter的库

  •  0
  • Andreotti  · 技术社区  · 8 年前

    我目前正在使用Appodale框架为我的iOS应用程序赚钱。我使用CocoaPods安装了Appodeal框架,没有任何错误。但当我尝试构建应用程序时,我会遇到这样的错误:

    ld: library not found for -lAPDAdColonyAdapter
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    

    我该如何解决这个问题?

    1 回复  |  直到 8 年前
        1
  •  1
  •   Andreotti    8 年前

    我试过很多东西。我在标志中添加了$(inherited),但这并没有帮助,但在库搜索路径中添加$(inherited)确实有帮助!