File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
packages/cli-platform-ios Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,16 @@ react-native run-ios --simulator "iPhone 14"
4747
4848[ Deprecated] Explicitly set the scheme configuration to use default: 'Debug'.
4949
50+ #### ` --mode <string> `
51+
52+ Explicitly set the scheme configuration to use. This option is case sensitive.
53+
54+ Example:
55+
56+ ``` sh
57+ react-native run-ios --mode " Release"
58+ ```
59+
5060#### ` --scheme <string> `
5161
5262Explicitly set Xcode scheme to use.
@@ -127,6 +137,16 @@ react-native build-ios --simulator "iPhone 14"
127137
128138[ Deprecated] Explicitly set the scheme configuration to use default: 'Debug'.
129139
140+ #### ` --mode <string> `
141+
142+ Explicitly set the scheme configuration to use. This option is case sensitive.
143+
144+ Example:
145+
146+ ``` sh
147+ react-native build-ios --mode " Release"
148+ ```
149+
130150#### ` --scheme <string> `
131151
132152Explicitly set Xcode scheme to use.
Original file line number Diff line number Diff line change @@ -212,7 +212,8 @@ export const iosBuildOptions = [
212212 } ,
213213 {
214214 name : '--mode <string>' ,
215- description : 'Explicitly set the scheme configuration to use' ,
215+ description :
216+ 'Explicitly set the scheme configuration to use. This option is case sensitive.' ,
216217 } ,
217218 {
218219 name : '--configuration <string>' ,
You can’t perform that action at this time.
0 commit comments