我正在尝试将CocoaPods与cocos2d模板项目一起使用。当我pod install
时,我会收到一些警告,例如:
[!] The target `MyProject [Debug]` overrides the `ALWAYS_SEARCH_USER_PATHS` build setting defined in `Pods/Pods.xcconfig'.
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.
我不想更改cocos2d模板项目的构建设置,因此我修改 Pods.xcconfig 以避免警告。之后,我再次pod install
。而且,我所有的修改都消失了! Pods.xcconfig 将被默认值覆盖。 CocosPods让我很困惑。
有人告诉我如何配置CocosPods来处理现有项目吗?
答案 0 :(得分:1)
目前正在进行xcconfing,因为Pods文件夹中的大多数文件是在每次安装后从头开始生成的。有一个功能计划允许编辑即将降落的xcconfig。