mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-03 09:19:22 +00:00
add xcode commandline tools note
This commit is contained in:
parent
8e62984a28
commit
cd425d50c4
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ flutter run linux
|
|||
### Dependencies
|
||||
XCode, Homebrew and several homebrew packages, Rust, and Flutter are required for Mac development with the Flutter SDK. Multiple IDEs may work, but Android Studio is recommended.
|
||||
|
||||
Download and install Xcode at https://developer.apple.com/xcode/, register your device (Mac or iPhone), and enable developer mode for your device as applicable.
|
||||
Download and install Xcode at https://developer.apple.com/xcode/, register your device (Mac or iPhone), and enable developer mode for your device as applicable. After installing XCode, make sure commandline tools are installed with `xcode-select --install`.
|
||||
|
||||
Download and install [Homebrew](https://brew.sh/). The following command can install it via script:
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue