2
我正在嘗試使用CocoaPods和cocos2d模板項目。當我pod install
,我得到一些警告,比如:如何使用CocoaPods配置目標的構建設置?
[!] 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以使用現有項目?