The `game-desktop [Release]` target overrides the `HEADER_SEARCH_PATHS` build setting defined in `Pods/Target Support Files/Pods-game-desktop/Pods-game-desktop.release.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.

cocos2d-x 安装cocopods 报黄,如下图

如果不解决这个waring,那么接下来编译时,工程就会报错:

library not found for -XXX

出现这个错误,最先想到的是去 build setting 设置 libaary search path 中添加确实的Library ,

或者是build phases 中 Link binary with library 中添加缺失 library

而实际 上面的错误都是因为cocopods 的那个warning 引起的,只要按照 cocopods 的提示 ,进行修改就可以了。

在  HEAD_SEARCH_PATH(或者其他地方) 加入$(inherited)    就可以了

最新文章

  1. 电商系统中的商品模型的分析与设计—续
  2. angular 数据绑定
  3. 其实今天没有欲望..-MySQLi
  4. 项目总结(五)--- 界面调试工具Reveal
  5. js 数组 转
  6. C++ 内存泄露处理方法 (转)
  7. 可以支持jQuery1.10.1 的 fancybox 1.3.4, 並現在type為Ajax時,也可以定義窗口的大小。
  8. matlab的legend用法
  9. CentOS7上Nginx的使用
  10. 五毛的cocos2d-x学习笔记03-控件
  11. 手机自动化测试:appium源码分析之bootstrap十四
  12. 你必知必会的SQL面试题
  13. Java多线程:线程间通信之Lock
  14. 手把手使用Docker搭建SpringBoot微服务镜像
  15. 洛谷P1792 [国家集训队]种树(链表 贪心)
  16. 什么是redis?redis有什么用途?
  17. MVC开发中的常见错误-05-无法将类型“System.Data.Entity.Infrastructure.DbQuery<BBFJ.OA.Model.RoleInfo>”转换为“System.Collections.Generic.List<BBFJ.OA.Model.RoleInfo>”
  18. angular 项目 error TS2451: Cannot redeclare block-scoped variable 'ngDevMode'
  19. 修复回写PR时到料日期重复扣减检验周期的问题:
  20. 大牛的距离(笑cry)精简算法

热门文章

  1. 面试题(php部分)
  2. Asynchronous MQTT client library for C (MQTT异步客户端C语言库-paho)
  3. IDEA热部署(三)---jetty插件调试(转)
  4. idea 导入项目后 有的项目目录结构不展开解决办法
  5. Javascript中的Microtask和Macrotask——从一道很少有人能答对的题目说起
  6. APP之构架自己的webapi框架
  7. loadrunner录制、加载以及分析过程
  8. ABP 找不到版本为 (>= 1.0.0-preview1-27891) 的包 Microsoft.AspNetCore.SignalR 错误
  9. ArcGIS API for JavaScript 4.2学习笔记[12] View的弹窗(Popup)
  10. bzoj 3620: 似乎在梦中见过的样子