expo-cli run:ios [path]
Run the iOS app binary locally
Arguments
Name | Description |
---|
path | folders |
Options
Name | Description |
---|
-h, --help | Output usage information |
--no-build-cache <boolean> | Clear the native derived data before building |
--no-install <boolean> | Skip installing dependencies |
--no-bundler <boolean> | Skip starting the Metro bundler |
-d, --device <device> | Device name or UDID to build the app on |
-p, --port <port> | Port to start the Metro bundler on. Default: 8081 |
--scheme [scheme] | Scheme to build |
--configuration <configuration> | Xcode configuration to use. Debug or Release. Default: Debug |
--config [file] | Deprecated: Use app.config.js to switch config files instead |