When using cocoa pod in a react native project I get the following warning when running pod install
. Does anyone know why?
[!] The [Debug]
target overrides the OTHER_LDFLAGS
build setting defined in Pods/Target Support Files/Pods/Pods.debug.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the
$(inherited)` flag, or
- Remove the build settings from the target.