Update Installing Xcode and Setting up Command Line Tools authored by Andrew Januszko's avatar Andrew Januszko
...@@ -10,4 +10,8 @@ ...@@ -10,4 +10,8 @@
```bash ```bash
xcode-select --install xcode-select --install
``` ```
- This command forces the prompt to show up so you can install the tools necessary for development. - This command forces the prompt to show up so you can install the tools necessary for development.
\ No newline at end of file
# What about adding an emulator???
Xcode already comes with premade iOS emulators that can be launched at any time.
\ No newline at end of file