1.使用Cocoapods,在pod install時候出現(xiàn)Use the $(inherited) flag, or Remove the build settings from the target錯誤,如圖所示

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