If you are using swift and CocoaPods you may get the following warning after running pod install or pod update: [!] The target overrides the ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES build setting defined in Pods/Target Support Files/…. This can lead to problems with the CocoaPods installation The warning message then gives the following two suggestions: Use the $(inherited) flag, or Remove the build settings from the target. To implement the first suggestion of using the `$(inherited)` flag f...