Lines Matching refs:the
9 …figure the build profile and install the build automatically on the simulator. This provides a sta…
13 …ild of your app on an iOS Simulator, modify the build profile in [**eas.json**](/build/eas-json/) …
28 Now, execute the command as shown below to run the build:
32 …hatever you like. In the above example, it is called `preview`. However, you can call it `local`, …
34 ## Installing build on the simulator
36 > If you haven't installed or run the iOS Simulator before, follow the [iOS Simulator guide](/workf…
38 … the CLI will prompt you to automatically download and install it on the iOS Simulator. When promp…
40 …uilds, you can also run the `eas build:run` command at any time to download a specific build and a…
44 …the build to install on the simulator from this list. Each build in the list has a build ID, the t…
46 For example, the image below lists two previous builds of a project:
53 …the build's installation is complete, it will appear on the home screen. If it's a development bui…
55 ### Running the latest build
57 Pass the `--latest` flag to the `eas build:run` command to download and install the latest build on…