macOS Catalina doesn't support 32-bit executables and as result Wine cannot run Windows 32-bit applications too
See original GitHub issuePrerequisites
- Using yarn
- Using node 10.x
- Using an up-to-date
masterbranch - Using latest version of devtools. See wiki for howto update
- Link to stacktrace in a Gist (for bugs): https://gist.github.com/arnaudambro/1e026d23f55f5851b0c28a7d0a285c7f
Expected Behavior
yarn package-all does not end with ERR_ELECTRON_BUILDER_CANNOT_EXECUTE
Current Behavior
yarn package-all end ERR_ELECTRON_BUILDER_CANNOT_EXECUTE (cf full stacktrace here
The dmg and zip packages are created but the app inside is not working. But the ./release/mac/ElectronReact.app is working.
I couldn’t test for Windows.
Context - Your Environment
I don’t know if it happens in all Catalina’s mac, but I would think so.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:12 (2 by maintainers)
Top Results From Across the Web
How to get Wine working on Catalina? - Ask Different
Also, note that obviously wine on macOS Catalina will be able to run only some 64-bit windows apps and all 32-bit windows app...
Read more >How to Run 32-Bit Apps in macOS Catalina | PCMag
In almost every case, the Wine-based app won't run in Catalina. The easiest solution is to install Windows in Parallels Desktop or VMware...
Read more >32-bit app compatibility with macOS High Sierra 10.13.4 and ...
Starting with macOS Catalina, 32-bit apps are no longer compatible with macOS. If you get an alert about a 32-bit app. You will...
Read more >Run 32-bit Windows apps on Wine on 64-bit only Mac OSX ...
In this video we cover how to run Guild Wars, a 32-bit Windows application, on Wine for Mac OSX 10.15 Catalina which only...
Read more >How to run 32 bit apps on macOS | How to install Parallels
In this video you can learn how to run 32-bit legacy Applications on any Mac. We do this by creating a virtual machine...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I solved this by changing the windows build config on
package.json:No. One solution is to downgrade the macOS version that you’re using in CI. Apple is officially has officially dropped support for 32 bit executables.