Building Mac applications on Windows generates no output
See original GitHub issueelectron-packager . ${APP_NAME} --platform=darwin --arch=x64 --version=${ELECTRON_VERSION} --out=${OUTPUT_DIR}/mac64
Apparently the above command doesn’t output anything
Issue Analytics
- State:
- Created 8 years ago
- Comments:28 (15 by maintainers)
Top Results From Across the Web
Compiling and Building - Visual Studio for Mac - Microsoft Learn
This article describes how to compile and build projects and solutions in Visual Studio for Mac.
Read more >Building a Universal macOS Binary - Apple Developer
Building a Universal macOS Binary. Create macOS apps and other executables that run natively on both Apple silicon and Intel-based Mac computers.
Read more >How To Create Your First Cross-Platform Desktop Application ...
Linux: If you build on Windows or macOS, Snap and AppImage for x64 will be the output. Otherwise if you build on Linux,...
Read more >Run Windows on Mac - Parallels Desktop 18 Virtual Machine ...
Run Windows on Mac without rebooting. Run more than 200,000 Windows apps on a Mac, including Microsoft Office for Windows. Download and Install...
Read more >Configure VS Code for Clang/LLVM on macOS
From the macOS Terminal, create an empty folder called projects where you can store ... After the build succeeds, your program's output will...
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
It probably has something to do with the fact that your app directory is on one drive and the temp directory is on the other. Also, it’s
--out
, not-out
.Electron-packager fails when building for Darwin (on Windows host). I used to create Mac packages successfully on version 8.7.2. I’m running
cmd.exe
as Admin.Similar issues: #164 and my comment from 2016 (symlink was working)