본문 바로가기

Study/Swift

[Swift] 'ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES' 해결방법

[!] The `ProjectUtilsUITests [Release]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-MosilerUtils-MosilerUtilsUITests/Pods-MosilerUtils-MosilerUtilsUITests.release.xcconfig'. This can lead to problems with the CocoaPods installation
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.

 

Build -> Target -> 'ProjectUtilsTests' 또는 'ProjectUtilsUITests' -> Build Setting -> Always Embed Swift Standard Libraries' 클릭 -> YES / NO / Other 중

Other 클릭하고

 

$(inherited)

 

넣어준다

'Study > Swift' 카테고리의 다른 글

UITextView 부분 Bold  (0) 2021.06.23
status bar, navigation bar 바꾸기  (0) 2020.11.20
[Swift] 상단 코멘트 변경  (0) 2020.11.18
[Swift] CustomStringConvertible  (0) 2020.11.18
유닛테스트 참고  (0) 2020.11.11