目标…覆盖`Pods / Pods.xcconfig中定义的`OTHER_LDFLAGS`构建设置。
我已经合并SpatialIite到一个Xcode项目中,该项目使用的头文件Proj.4仅来自一个头。两者都是Xcode项目,并且具有静态目标。 我正在尝试从git子模块迁移到Cocoapods。由于Cocoapods似乎很难使用静态目标,因此我只想以通常的方式构建项目。我为做了podspec Proj.4。在为SpatialLite我编写podfile之后,我得到了警告: [!] The target `SpatialiteIOS [Debug]` overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Pods.xcconfig'. - Use the `$(inherited)` flag, or - Remove the build settings from the target. [!] The target `SpatialiteIOS [Debug]` overrides the `HEADER_SEARCH_PATHS` build setting defined in `Pods/Pods.xcconfig'. - Use the `$(inherited)` flag, or - …