Update Installing Xcode and Setting up Command Line Tools authored by Andrew Januszko's avatar Andrew Januszko
......@@ -10,4 +10,8 @@
```bash
xcode-select --install
```
- This command forces the prompt to show up so you can install the tools necessary for development.
\ No newline at end of file
- This command forces the prompt to show up so you can install the tools necessary for development.
# 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