swift
[Tip] Xcode PROJECT_ROOT BuildSetting에서 쓰는 변수명 출력하기
j2kb
2020. 4. 9. 14:54
터미널을 열고 프로젝트가 있는 디렉토리에서 아래 명령어를 입력해주면 됩니다.
xcodebuild -project {project name}.xcodeproj -target iosSample -showBuildSettings | grep {variable name}
xcodebuild -project test.xcodeproj -target iosSample -showBuildSettings | grep PROJECT_ROOT
반응형