[RN ์—๋Ÿฌ๋…ธํŠธ๐Ÿ”ฅ] The `project_name [Debug]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in

๋„๋””ยท2022๋…„ 8์›” 5์ผ
2

RN ์—๋Ÿฌ๋…ธํŠธ ๐Ÿ”ฅ

๋ชฉ๋ก ๋ณด๊ธฐ
23/25
post-thumbnail

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 ๋œ๋‹ค.

profile
์ถฉ์ „์ค‘..๐Ÿค”

0๊ฐœ์˜ ๋Œ“๊ธ€