「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)
に書き換えましょう!
Author And Source
この問題について(「pod install時に黄色のワーニングが出るんだけど...」), 我々は、より多くの情報をここで見つけました https://qiita.com/yosshi4486/items/d54e60d493d780b6e0cf著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .