ld:找不到 -lAPDAdColonyAdapter 的库
ld: library not found for -lAPDAdColonyAdapter
我目前正在使用 Appodeal 框架从我的 iOS 中获利 app.I 已经使用 CocoaPods 安装了没有任何 errors.But 的 Appodeal 框架,当我尝试构建我的应用程序时出现这样的错误:
ld: library not found for -lAPDAdColonyAdapter
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我该如何解决这个问题?
我已经尝试了很多 things.I 将 $(inherited) 添加到标志中,但没有帮助,但是将 $(inherited) 添加到库搜索路径中确实有帮助!
我目前正在使用 Appodeal 框架从我的 iOS 中获利 app.I 已经使用 CocoaPods 安装了没有任何 errors.But 的 Appodeal 框架,当我尝试构建我的应用程序时出现这样的错误:
ld: library not found for -lAPDAdColonyAdapter
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我该如何解决这个问题?
我已经尝试了很多 things.I 将 $(inherited) 添加到标志中,但没有帮助,但是将 $(inherited) 添加到库搜索路径中确实有帮助!