ios - 使用cocoapods导入第三方出现这样的问题

 劲吻2502877607 发布于 2022-11-02 12:25
[!] The `TestDemo [Debug]` target overrides the `HEADER_SEARCH_PATHS` build setting defined in `Pods/Target Support Files/Pods/Pods.debug.xcconfig'. This can lead to problems with the CocoaPods installation

    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.

编译报错:

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

在 HEADER_SEARCH_PATHS 加入了 $(inherited) 还是报错。

如何解决这个问题,跪谢!

2 个回答
  • 在 HEADER_SEARCH_PATHS 加入了 $(inherited) 还是报错

    2022-11-04 01:21 回答
  • 你打开的是不是不是.cxworkspace?

    2022-11-04 01:30 回答
撰写答案
今天,你开发时遇到什么问题呢?
立即提问
热门标签
PHP1.CN | 中国最专业的PHP中文社区 | PNG素材下载 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有