【发布时间】:2015-09-20 19:39:42
【问题描述】:
这是我的 pod 文件:
platform :ios, '8.0'
use_frameworks!
target 'TestApp' do
...
end
pod install之后出现以下错误:
[!] The `TestApp [Debug]` target overrides the `OTHER_SWIFT_FLAGS` build setting defined in `Pods/Target Support Files/Pods-TestApp/Pods-TestApp.debug.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.
[!] The `TestApp [Release]` target overrides the `OTHER_SWIFT_FLAGS` build setting defined in `Pods/Target Support Files/Pods-TestApp/Pods-TestApp.release.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.
我该如何解决这个问题?
【问题讨论】:
-
你有什么问题?您是否尝试按照它给您的说明进行操作?
-
我不知道在这里做什么。你能帮忙吗?