xcode*: add Korean translation (#14356)
This commit is contained in:
16
pages.ko/osx/xcodebuild.md
Normal file
16
pages.ko/osx/xcodebuild.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# xcodebuild
|
||||
|
||||
> Xcode 프로젝트 빌드.
|
||||
> 더 많은 정보: <https://developer.apple.com/library/archive/technotes/tn2339/_index.html>.
|
||||
|
||||
- 워크스페이스 빌드:
|
||||
|
||||
`xcodebuild -workspace {{워크스페이스_이름.workspace}} -scheme {{스킴_이름}} -configuration {{구성_이름}} clean build SYMROOT={{SYMROOT_경로}}`
|
||||
|
||||
- 프로젝트 빌드:
|
||||
|
||||
`xcodebuild -target {{대상_이름}} -configuration {{구성_이름}} clean build SYMROOT={{SYMROOT_경로}}`
|
||||
|
||||
- SDK 표시:
|
||||
|
||||
`xcodebuild -showsdks`
|
Reference in New Issue
Block a user