tldr/pages.zh/osx/xcodebuild.md

16 lines
365 B
Markdown
Raw Normal View History

2019-03-19 09:09:23 +00:00
# xcodebuild
> 构建 Xcode 项目。
2019-03-19 09:09:23 +00:00
- 构建工作区:
2019-03-19 09:09:23 +00:00
`xcodebuild -workspace {{工作区名.工作区}} -scheme {{主题名}} -configuration {{配置名}} clean build SYMROOT={{SYMROOT_路径}}`
- 构建项目:
2019-03-19 09:09:23 +00:00
`xcodebuild -target {{目标名}} -configuration {{配置名}} clean build SYMROOT={{SYMROOT_路径}}`
- 显示 SDK:
`xcodebuild -showsdks`