3

我正在尝试将 CocoaPods 与 cocos2d 模板项目一起使用。当 I 时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 以使用现有项目吗?

4

1 回答 1

1

目前 xcconfing 因为 Pods 文件夹中的大多数文件都是在每次安装后从头开始生成的。有一个功能计划允许编辑 xcconfig 应该很快就会登陆。

于 2013-05-21T12:37:42.283 回答