iOS 使用cocoaPods 导入第三方库是报警告 - Use the `$(inherited)` flag, or - Remove the build settings from the target.

最近使用coocaPods 导入第三方那Masonry后无法通过编译(我的是多个target),查看终端有一些警告提示

iOS 使用cocoaPods 导入第三方库是报警告 - Use the `$(inherited)` flag, or - Remove the build settings from the target._第1张图片

产生此警告的原因是项目 Target 中的一些设置,CocoaPods 也做了默认的设置,如果两个设置结果不一致,就会造成问题。

解决方案:在building settings 中搜  always embed swift standard libraries 点击里边的other,然后设置为$(inherited)



你可能感兴趣的:(iOS 使用cocoaPods 导入第三方库是报警告 - Use the `$(inherited)` flag, or - Remove the build settings from the target.)