diff --git a/docs/nix_dev_env.md b/docs/nix_dev_env.md --- a/docs/nix_dev_env.md +++ b/docs/nix_dev_env.md @@ -29,6 +29,14 @@ # Prerequisites +## Xcode Command Line Tools + +For developers using macOS, you need to make sure that the Xcode “Command Line Tools” are installed. You can do this by running: + +``` +xcode-select --install +``` + ## Nix package manager To install and configure the [Nix package manager](https://nixos.org), please run: diff --git a/docs/nix_mobile_setup.md b/docs/nix_mobile_setup.md --- a/docs/nix_mobile_setup.md +++ b/docs/nix_mobile_setup.md @@ -8,12 +8,6 @@ Once Xcode is installed, open it up. If you are prompted, follow the instructions to install any “Additional Required Components”. -Finally, you need to make sure that the Xcode “Command Line Tools” are installed. You can do this by running: - -``` -xcode-select --install -``` - ### Xcode settings First, in Xcode, open the Comm workspace `native/ios/Comm.xcworkspace`. Make sure that you’re signed into Xcode with an Apple Developer account (either the Comm developer team’s or your own). You can see any accounts currently associated with Xcode by navigating to Xcode → Preferences → Accounts.