cocoaPods Use the `$(inherited)` flag

CocoaPods 导入框架时提示“Use the $(inherited) flag” or “Remove the build settings from the target”
如下图:
cocoaPods Use the `$(inherited)` flag
类似的报错,都可以按照下面的解决办法。这种报错,不一定会出错。只是说会导致库文件的安装有问题。于是我看了,主流的框架,AFN,SDWebimage都可以继续使用的。但是有些苦就会pod安装爆红。所以按照说明来解决一下。我想英文大家都看的懂,问题就在于在哪用$(inherited),如下图:
cocoaPods Use the `$(inherited)` flag
继续,在这里替换英文描述的那个美元符
cocoaPods Use the `$(inherited)` flag

然后pod update一下。再继续安装别的库。可以看到不会再爆这个问题
cocoaPods Use the `$(inherited)` flag