我正在尝试将 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 以使用现有项目吗?