-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for M1 Mac/arm64e #29
Comments
+1, have another M1 Mac user experiencing this: Don't think this issue can be resolved until Adobe releases ExtendScript debugger 2.0 to the public, right now it's in NDA beta. |
+1, running vscode in rosetta hurts my soul |
Bump. ExtendScript debugger 2.x is out https://marketplace.visualstudio.com/items?itemName=Adobe.extendscript-debug |
In order to run binaries with Roseta they must be |
I get the same error. Even when I run VS Code and the Terminal app in Rosetta mode. :/ I'm assuming it has something to do with what @mindlid said but I'm not sure how to fix it. |
@JoshuaLelon install a node x86 version, for example 14.16.1 with nvm. |
Thanks for the tip! I followed this guide:
and now I can |
Is this already solved? |
@kratzl You're probably using VS Code Intel or running in Rosetta mode. Adobe still needs to update jsxbin for Apple Silicon, till then we have to wait. |
Full guide for getting this working until (and if) Adobe adds binaries for Apple Silicon: https://hyperbrew.co/blog/setup-extendscript-dev-for-apple-silicon/ |
I'm not sure if this is possible, but on my M1 Mac I get this error when running a clone of the
bolt-cep
repo:One alternative that I would imagine working, but I haven't tried is to run/install node in Rosetta.
The text was updated successfully, but these errors were encountered: