-
Notifications
You must be signed in to change notification settings - Fork 250
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
IceStudio release Aarch64 actually is a Aarch32 build. #705
Comments
Hi @janrinze, I'm working on it, very soon we have e nice new version with aarch64 well supported. I'm maintaining this thread to tell you about the progress. |
@cavearr Thanks for the quick reply! will keep an eye out here. |
If you just want a native apple silicon version you can re-wrap it with nwjs-osx-arm84 by replacing Icestudio.app "macos" and "frameworks" folders with those from nwjs-v0.83.0-osx-arm64 nwjs.app . Works for me. |
Hi sam! Thanks a lot for the tip! I’m trying it.
… El 21 ene 2024, a las 10:19, Sam99C ***@***.***> escribió:
If you just want a native apple silicon version you can re-wrap it with nwjs-osx-arm84 by replacing Icestudio.app "macos" and "frameworks" folders with those from nwjs-v0.83.0-osx-arm64 nwjs.app . Works for me.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
I discovered that you should repair the app's permissions afterwards with chmod -R 755 /Applications/icestudio-new.app otherwise it's broken for anyone but the user who replaced the nw.js files |
Hello! I'm releasing new wips with native support for arm 64 for linux and osx, you can download them from github action or more easily from https://downloads.icestudio.io If you try it, please tell me if everything works well. In the case of OSX arm64 I have improved the installation process to avoid headaches with permissions and annoying things, I will continue working on the installation process of the next wips for all operating systems and I would greatly appreciate your comments. I will keep the issue open for a few days waiting for your responses. If I close it and you later want to add something, reopen it without hesitation. |
sudo xattr -cr /Applications/icestudio.app fixed it for me. This is a very broad command. you could also try: and: |
Another issue is that installing the dev toolchain 0.9.1 installs the intel package. I'm not sure but thought the previous build installed the apple silicon package (once I'd swapped out nwjs in icestudio.app). Maybe I installed it manually I don't remember. |
I am closing this issue because with the latest wip this malfunction is solved :) If you find any problem related to this, please reopen it. |
The AArch64 release apparently was built as a Aarch32 executable.
Please build as Aarch64 as it won't run on 'newer' systems that don't support Aarch32 such as Apple M1,M2.. (Asahi Linux.)
The text was updated successfully, but these errors were encountered: