Files
tldr/pages.zh/osx/xctool.md
K.B.Dharun Krishna f1aa0a8fe5 Revert "pages/*: add standard translation and links (#11331)" (#11374)
This reverts commit 39642c3fed80aaed7212bca6b7cc4c345ed229ee.
2023-11-06 14:02:32 +05:30

17 lines
471 B
Markdown

# xctool
> 用于构建 Xcode 项目的工具。
> 更多信息:<https://github.com/facebook/xctool>.
- 在没有任何工作区的情况下生成单个项目:
`xctool -project {{你的项目.名称}} -scheme {{方案}} build`
- 构建属于工作区的项目:
`xctool -workspace {{你的工作区.名字}} -scheme {{方案}} build`
- 清理、构建和执行所有测试:
`xctool -workspace {{你的工作区.名字}} -scheme {{方案}} clean build test`