From fda1660463321cf4427a5746a5d14a2bab513573 Mon Sep 17 00:00:00 2001 From: Xiaohui Date: Tue, 26 Mar 2024 17:37:10 -0700 Subject: [PATCH] add faq: rosetta --- docs/faq.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 546714a74..1338fc852 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -65,3 +65,11 @@ If you don't fund your private key's address before deploying a contract, you wo ![](../static/img/insufficient-balance.png) Please fund your address with our [faucet](https://scrypt.io/faucet/) first. + + +## Bad CPU type in executable +This can occur on a Mac with Apple silicon (ARM processor), since the sCrypt compiler is based on Intel processor. Install [Rosetta](https://support.apple.com/en-us/102527) with the following command. + +```bash +softwareupdate --install-rosetta --agree-to-license +``` \ No newline at end of file