Every time I get this warning when add pods
[!] The betya [Debug]
target overrides the SWIFT_OBJC_BRIDGING_HEADER
build setting defined in `Pods/Target Support Files/Pods-betya/Pods-betya.debug.xcconfig’. This can lead to problems with the CocoaPods installation
- Use the
$(inherited)
flag, or - Remove the build settings from the target.
[!] Thebetya [Release]
target overrides theSWIFT_OBJC_BRIDGING_HEADER
build setting defined in `Pods/Target Support Files/Pods-betya/Pods-betya.release.xcconfig’. This can lead to problems with the CocoaPods installation
I have my own bridging header,where I add “Backendless.h”,truly said I dont want header from backendless sdk.How I should ignore it?
I add$(inherited) everywere