iOS

XCode 빌드 셋팅

kikiplus 2022. 2. 24. 23:27
반응형

https://xcodebuildsettings.com/

 

Xcode Build Settings

This is a list of paths to folders containing system frameworks to be searched by the compiler for both included or imported header files when compiling C, Objective-C, C++, or Objective-C++, and by the linker for frameworks used by the product. The order

xcodebuildsettings.com

기존 XCode 13.1 설정 그대로 적용하고 빌드 셋팅에서 불필요하다고 판단하는 것만 No 적용

CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = NO

self유지 주기를 생성할 수 있는 블록 내 암시적 유지에 대해 경고 합니다.


CLANG_WARN_STRICT_PROTOTYPES = NO

프로토타입이 아닌 선언에 대해 경고합니다.


CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO;

프레임워크 헤더에 프레임워크 스타일 포함 대신 인용된 포함이 사용될 때 경고합니다.

반응형