pod install์ ํ๋๋ฐ, ์๋์ ๊ฐ์ warning์ด ๋์ค๋๋ผ.
[!] The `project_name [Debug]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-project_name/Pods-project_name.debug.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.
[!] The `project_name [Release]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-project_name/Pods-project_name.release.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.
[!] The `project_name [Staging]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-project_name/Pods-project_name.staging.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.
๋๋ฒ๊น
ํด๋ณด๋ ๋ต์ด ์กฐ๊ธ ์ฝ๊ฒ ๋์๋ค.
https://blog.asamaru.net/2017/04/11/target-overrides-the-always-embed-swift-standard-libraries-build-setting/
build setting > Alays Embed Standard Libraries > Yes - $(inherited) ์ผ๋ก ๊ฐ์ ์์ ํ๋ฉด ์ pod install ๋๋ค.