question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to build for ARM64

See original GitHub issue
  • Version: 22.7.0
  • Electron Version: 9.0.4
  • Electron Type (current, beta, nightly): Current
  • Target: All targets (ARM64)

I’m trying to produce arm64 artifacts for my app, for all platforms, from macOS 10.14, but the process gets stuck and never finishes, no error is outputted. I can only see the multipass process spinning forever from the task amanger.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9

github_iconTop GitHub Comments

9reactions
rankjiecommented, Jun 26, 2020

I believe the building process has hardcoded to be only building Arch.x64 for macOS right now. https://github.com/electron-userland/electron-builder/blob/7b335dbd7e5ca754598ca93318be1404fc518485/packages/app-builder-lib/src/macPackager.ts#L103

Since Apple is about to release ARM-based Mac this year, we need to support building for ARM64.

4reactions
deathlyragecommented, Oct 16, 2020

Apple silicon launching at the end of the year, google resolved ARM64 issues, Upstream is going to have ARM64 builds for apple silicon soon. We should be tracking this one. Lots of electron builder apps have a lot of upgrade work to do to even open.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Xcode12 build error. The linked fr… | Apple Developer Forums
This issue has been fixed for me after adding "arm64" to Project -> Build Settings -> Excluded Architecture for varients. Posted 2 years...
Read more >
Unable to build HERE SDK Premium for ios-arm64-simulator
It looks like the podspec is attempting to fix this by overriding the target app's iOS simulator excluded architectures (adding excluded ...
Read more >
linux-arm64 build failure · Issue #4600 · lensapp/lens - GitHub
Describe the bug Unable to build on linux-arm64 because electron builder is pulling the wrong fpm binary (x86).
Read more >
can not build arm64 app for store in vs 2019_16.4.6 (C++/Cx)
I can not build the package of arm64 for store, but it works well for vs 2017. It gives the following errors: 1>GENERATEPROJECTPRIFILE...
Read more >
Error: "C++ code builder is unable to build ... - Microsoft Learn
I have an application developed in unity, for hololens. When I try to generate the installer in visual studio I get this error:....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found