「pod install時に黄色のワーニングが出るんだけど...」


こんなワーニングが出る時の解決法です。

warning.txt
[!] The `ProjectName [Debug Stage]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-ProjectName/Pods-ProjectName.debug stage.xcconfig'. This can lead to problems with the CocoaPods installation
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.

ワーニングのメッセージがおっしゃる通り、TargetのBuild Settingを開き、 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES の値を $(inherited) に書き換えましょう!