platform :ios,'8.0'
use_frameworks!
target 'TestApp' do
...
use_frameworks!
target 'TestApp' do
...
end
After@H_404_11@pod install
I get the following errors:@H_404_11@
@H_404_11@
[!] 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
@H_404_11@
- Remove the build settings from the target.@H_404_11@
How do I resolve this problem?@H_404_11@
@H_404_11@
Select your project
Switch to your project 's
Build Settings
panel.Search for
Other Swift Flag
@H_404_11@@H_404_11@@H_404_11@
Use the@H_404_11@$(inherited)
flag,or - Remove the build settings from the target.@H_404_11@@H_404_11@@H_404_11@