File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -193,20 +193,24 @@ Before building for iOS device, verify that you have configured a valid pair of
193
193
--[run]--
194
194
195
195
Usage:
196
- $ tns run <Platform> [--device <Device ID>]
197
- $ nativescript run <Platform> [--device <Device ID>]
196
+ $ tns run <Platform> [--device <Device ID>] [--emulator]
197
+ $ nativescript run <Platform> [--device <Device ID>] [--emulator]
198
198
199
199
Platform-specific usage:
200
- $ tns run android [--device <Device ID>]
201
- $ tns run ios [--device <Device ID>]
202
- $ nativescript run android [--device <Device ID>]
203
- $ nativescript run ios [--device <Device ID>]
200
+ $ tns run android [--device <Device ID>] [--emulator]
201
+ $ tns run ios [--device <Device ID>] [--emulator]
202
+ $ nativescript run android [--device <Device ID>] [--emulator]
203
+ $ nativescript run ios [--device <Device ID>] [--emulator]
204
204
205
205
Runs your project on connected device. This is shorthand for prepare, build, and deploy.
206
206
<Device ID> is the index or name of the target device as listed by $ tns list-devices.
207
207
208
208
Before building for iOS device, verify that you have configured a valid pair of certificate and provisioning profile on your OS X system.
209
209
210
+ Options:
211
+ --device - Specifies a connected device on which to run the app.
212
+ --emulator - Runs the app in the native emulator for the target platform, if configured.
213
+
210
214
--[/]--
211
215
212
216
--[emulate]--
You can’t perform that action at this time.
0 commit comments