target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support Files/Pods/Pods.

[!] The `xiaoxianrou [Release]` target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support Files/Pods/Pods.release.xcconfig'. This can lead to problems with the CocoaPods installation

- Use the `$(inherited)` flag, or

- Remove the build settings from the target.

执行CocoaPods警告,这个警告不能忽略,因为会导致Xcode编译错误.解决办法如下:

target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support Files/Pods/Pods._第1张图片

你可能感兴趣的:(target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support Files/Pods/Pods.)