검색결과 리스트
글
cocoapods 사용 시
[!] The `xproject [Debug]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-xproject/Pods-xproject.debug.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.
[!] The `xproject [Release]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-xproject/Pods-xproject.release.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.
와 같은 에러가 발생한다면, 아래와 같이 해결한다.
Project/Targets -> [Project Name] -> Build Settings -> "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES" => $(inherited)
'-- iOS (iPhone)' 카테고리의 다른 글
아이폰 웹뷰에서 data detector 방지 (0) | 2022.07.06 |
---|---|
Guideline 4.8 - Design - Sign in with Apple 배포 거절 (1) | 2020.10.28 |
WKWebView to handle Social Logins like Facebook, LinkedIn and Google (0) | 2020.02.09 |
XCODE 단축키 정리 (0) | 2019.06.18 |
Swipe gesture for back/forward in UIWebView (0) | 2017.01.24 |
RECENT COMMENT