2014-11-20 2 views
5

저는 CocoaPod를 사용 중이며 아래 경고를 받고 있습니다. 이 오류는 기본 설정을 $ (상 속됨)로 변경 하겠지만 이러한 대상에서는 불가능합니다. 옵션 목록에서만 선택할 수 있습니다. 모든 것이 작동하는 것처럼 보입니다. 따라서 경고를 무시해서 기쁩니다.하지만 누군가가 빛을 비출 수 있으면 감사하게 생각합니다!CocoaPod 타겟을 해결하면 컴파일러에 대한 경고가 무시됩니다.

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

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

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

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

http://stackoverflow.com/a/30780124/1576402 – fbeeper

답변

2

내가 확실히 말할 수는 없지만 내 연구에서는 경고 cocoapods 버그에서이다, 그래서 그들을 무시하는 것이 안전합니다.

+0

내가 수행 한 연구에서 cocoapods에서 재정의하려는 모든 설정에 $ (상속) 플래그를 추가해야하지만 CLANG_CXX_LANGUAGE_STANDARD 및 CLANG_CXX_LIBRARY부터 무료 양식 값을 허용하지 않으므로 $ (상속) 플래그를 빌드 설정에 추가 할 수 없습니다. –

+0

나는 cocoapods로 만든 타겟을 수동으로 편집 할 것입니다. –

관련 문제