[ERROR] target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in ...
2016. 10. 7. 14:17ㆍProgramming/Swift
반응형
$ pod install
아래와 같은 메세지가 나왔을 경우.
[!] The `TESTCocoaPods [Debug]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-TESTCocoaPods/Pods-TESTCocoaPods.debug.xcconfig'. This can lead to problems with the CocoaPods installation - Use the `$(inherited)` flag, or - Remove the build settings from the target. [!] The `TESTCocoaPods [Release]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-TESTCocoaPods/Pods-TESTCocoaPods.release.xcconfig'. This can lead to problems with the CocoaPods installation |
반응형
'Programming > Swift' 카테고리의 다른 글
swift3 : 문자열 substring 과 replace (0) | 2016.10.28 |
---|---|
itunes Connect 에서 tvOS 앱 삭제방법 (2) | 2016.10.26 |
[ERROR] The document Main.storyboard requires Xcode 8.0 or later (0) | 2016.10.05 |
다중 스토리보드 사용법 (0) | 2016.09.23 |
Xcode8에서 발생되는 메세지 (0) | 2016.09.23 |