Mac Toolchain Install
Install¶
- Download the toolchain installer here
- Open your downloads folder in Finder
- Locate the package and right-click on it
- Select "Open"
- Follow the install wizard prompts
Depending on your macOS version, there may be security issues when opening and running the installer package. If you encounter an issue, please go to the Troubleshooting section below.
For detailed information on what the toolchain includes, see our Understanding the Toolchain Page.
Troubleshooting¶
"Installer" cannot be opened because it is from an unidentified developer
If you encounter this popup and don't see an "Open" button, you probably double-clicked or opened the package directly. You'll have to right-click the package in Finder and select "Open" from the context menu.
If "Open" is not available from the context menu, you may have to open the System Settings app, go to Privacy & Security, and scroll down to the Security section. Then, click on "Open Anyway" next to the text "'DaisyToolc...-0.2.0.pkg' was blocked to protect your Mac.". Finally, click on "Open Anyway" in the prompt that pops up.
Issue persists with the installer package even after changing the setting in Privacy & Security
If you're still encountering an issue even after changing the setting in Privacy & Security, you may need to install the toolchain via Terminal.
To install the Homebrew package manager, open Terminal, copy and paste the following command, and press Enter:
Once Homebrew is installed, you can install the Daisy toolchain by running the following command in Terminal:
xcrun errors
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools),
missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
If you get this error, you should be able to resolve it by running:
xcode-select --install
within your terminal.
This does not install Xcode, nor is Xcode necessary for any Daisy tools.
Miscellaneous errors
If you see other unrelated errors or have used another method to install the toolchain, you can verify the proper version of the toolchain by running:
For other issues, see our dedicated Troubleshooting Page.
The suggested version can be manually downloaded and installed from here. It is v10.3-2021.10
.