Created
May 14, 2019 05:34
-
-
Save hsleedevelop/5488099c474115e6b13108c39c766e08 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| action ... | |
| Specify one or more actions to perform. Available actions are: | |
| build Build the target in the build root (SYMROOT). This is the default action, and is used if no action is given. | |
| build-for-testing Build the target and associated tests in the build root (SYMROOT). This will also produce an xctestrun file in | |
| the build root. This requires specifying a scheme. | |
| analyze Build and analyze a target or scheme from the build root (SYMROOT). This requires specifying a scheme. | |
| archive Archive a scheme from the build root (SYMROOT). This requires specifying a scheme. | |
| test Test a scheme from the build root (SYMROOT). This requires specifying a scheme and optionally a destination. | |
| test-without-building Test compiled bundles. If a scheme is provided with -scheme then the command finds bundles in the build root | |
| (SRCROOT). If an xctestrun file is provided with -xctestrun then the command finds bundles at paths specified in | |
| the xctestrun file. | |
| installsrc Copy the source of the project to the source root (SRCROOT). | |
| install Build the target and install it into the target's installation directory in the distribution root (DSTROOT). | |
| clean Remove build products and intermediate files from the build root (SYMROOT). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment