-
Notifications
You must be signed in to change notification settings - Fork 874
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
v0.35.0 does not work on Intel Macs #2809
Comments
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
Finally, remember to use https://discuss.ipfs.io if you just need general support. |
TLDR: When compiled yourself on such a system it runs. |
Can you guide me how to build from source? I'm also having issues getting it to run on Monterey |
should be addresses upstream instead of trying to build from source. @lidel ? |
Building from source is just a work around until the issue is fixed upstream. |
|
One annoying thing about this issue is, that even if I downgrade to the previous version (which works fine), the auto-updater keeps breaking my installation after a while. |
Thank you for reporting this and confirming local build works. Seems something changed on Apple's side, or gitbub worker's side, because the only code difference between 0.34 and 0.35 is updating Kubo version: Will look into this. Temporary workaroundUntil we have a bugfix release, a workaround is to downgrade to 0 ipfs-desktop/src/auto-updater/index.js Lines 13 to 16 in c89435c
Find {
"ipfsConfig": {
"path": "",
"flags": [
"--agent-version-suffix=desktop",
"--migrate",
"--enable-gc"
]
},
"language": "",
"experiments": {},
"binaryPath": "",
"__internal__": {
"migrations": {
"version": "0.35.0"
}
},
"automaticGC": true,
+ "disableAutoUpdate": true,
"openWebUIAtLaunch": true,
"window": {
"width": 1628,
"height": 683
}
} If you do this, set a reminder to remove it at some point in the future, or you will be stuck with an old version that may get insecure over time. |
the change is on github's side, they default to building on (and for) ARM now |
Indeed, seems this caught a lot of projects by surprise: Sounds like the most expedient fix is to downgrade mac builder to macos-13 image. Will give it a try and if that works, will ship a patch release. |
thanks, confirmed resolved. |
Thanks for confirming @core-code Btw: since you have intel-based Mac, mind checking if the universal version linked here also works on your machine? (comment on #1856 (comment)) |
seems to launch fine here! |
v0.35.0 is ARM/"AppleSilicon" only, and cannot be launched on Intel Macs:
The text was updated successfully, but these errors were encountered: