id | title | sidebar_label |
---|---|---|
rnv-build |
rnv build |
build |
runs build / archive commands on selected platform
🔥 configure
➡️ package
➡️ build
✅
Get interactive options for build
rnv build
Display build help
rnv build help
--ci
- Don't ask for confirmations
-c
, --appConfigID
- Switch to different appConfig beforehand
-p
, --platform
- Specify platform
-s
, --scheme
- Specify build scheme
-r
, --reset
- Clean project beforehand
-i
, --info
- Show full stack trace
--analyzer
- Show app size analysis report
--xcodebuildArchiveArgs
- Pass down standard xcodebuild arguments (ios
, tvos
only)
Example:
--xcodebuildArchiveArgs "CODE_SIGN_IDENTITY=iPhone\ Distribution\ (XXX) OTHER_CODE_SIGN_FLAGS=--keychain SOME_PATH_TO_KEYCHAIN"
--mono
- Monochromatic output to terminal (no colors)