platform :ios,'8.0'
use_frameworks!
target 'TestApp' do
...
原文链接:https://www.f2er.com/swift/320498.htmluse_frameworks!
target 'TestApp' do
...
end
@H_404_10@Afterpod install
I get the following errors:
[!] 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.
How do I resolve this problem?
Select your project
Switch to your project 's
Build Settings
panel.Search for
Other Swift Flag
Use the$(inherited)
flag,or - Remove the build settings from the target.