-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Element desktop fails to build on Apple M1 Macbook Air #19486
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
Comments
Hmm it works for me. Are you running your terminal in Rosetta? |
No, I am not
|
Are your Xcode command line tools up to date?
|
Yes they are I am using Command Line Tool version 13.1.0.0.1.1633545042 which is the latest and there are no new updates available |
Looks like it's going wrong when building sqlcipher as part of seshat, which for some reason is detecting your build system as |
Unfortunately even when I run |
Now I have a machine I can try this with, I've tried and it works fine for me (although there's a different bug when using node 17: nodejs/node-gyp#2534) - does it work for you now? |
OK I will try again when I have time and if it works this issue will be closed. |
Unfortunately it still produces the very same eror message as in description. I am now on the latest master at commit Here is a more detailed traceback:
|
Would you be able to upload the whole log? If there is anything there, chance are its buried somewhere in the pages above. |
I cannot even build it how am I even supposed to upload the log? I am not quite clear what to upload :( Again, I would like to emphasize that this is desktop app not web app |
The console log from the terminal you're typing in when you're trying to build element (ie. wherever your snippets above came from). |
|
@dbkr Found the problem! It is the homebrew |
However I run into another issue now as you mentioned above
|
Uh oh!
There was an error while loading. Please reload this page.
Steps to reproduce
element-desktop
README fileyarn install
- succeededyarn run build:native --target aarch64-apple-darwin
- Failed.Outcome
What did you expect?
I expect the build of native modules will finish successfully
What happened instead?
When running the command
yarn run build:native --target aarch64-apple-darwin
it shows the following errorOperating system
macOS
Application version
element-dekstop master branch at commit 0af82db
How did you install the app?
Manually building
Homeserver
(Not applicable)
Will you send logs?
No
The text was updated successfully, but these errors were encountered: