Use the `$(inherited)` flag, or Remove the build settings from the target

1.使用Cocoapods,在pod install时候出现Use the $(inherited) flag, or Remove the build settings from the target错误,如图所示


2.解决方法:
①:Target - > building settings- >ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES, Value type is Boolean, click on the other, change the value to $(inherited)
②:pod install

你可能感兴趣的:(Use the `$(inherited)` flag, or Remove the build settings from the target)