[!] 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编译错误.解决办法如下:
本文介绍了一个常见的CocoaPods警告问题:当`xiaoxianrou[Release]`目标覆盖了`OTHER_LDFLAGS`构建设置时,可能会导致Xcode编译错误。文章提供了两种解决方案:一是使用`$(inherited)`标志;二是从目标中移除构建设置。
2281

被折叠的 条评论
为什么被折叠?



