Skip to content
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

Can't reconcile two non-macho files #6691

Open
WrathofthePast opened this issue Mar 3, 2022 · 1 comment
Open

Can't reconcile two non-macho files #6691

WrathofthePast opened this issue Mar 3, 2022 · 1 comment

Comments

@WrathofthePast
Copy link

WrathofthePast commented Mar 3, 2022

  • Electron-Builder Version: 23.0.0
  • Node Version: 16.14.0
  • Electron Version: 12.2.3
  • Electron Type (current, beta, nightly): current
  • Target: macOS 12.0.1 Universal

electron-builder fails to package the universal app.

  • electron-builder  version=23.0.0 os=21.4.0
  • loaded configuration  file=package.json ("build" field)
  • loaded parent configuration  file=/Users/me/razer-macos/node_modules/electron-webpack/out/electron-builder.js
  • writing effective config  file=dist/builder-effective-config.yaml
  • executing node-gyp rebuild  platform=darwin arch=x64
  • packaging       platform=darwin arch=x64 electron=12.2.3 appOutDir=dist/mac-universal--x64
  • executing node-gyp rebuild  platform=darwin arch=arm64
  • packaging       platform=darwin arch=arm64 electron=12.2.3 appOutDir=dist/mac-universal--arm64
  • packaging       platform=darwin arch=universal electron=12.2.3 appOutDir=dist/mac-universal
  ⨯ Can't reconcile two non-macho files build/Makefile  failedTask=build stackTrace=Error: Can't reconcile two non-macho files build/Makefile
    at Object.exports.mergeASARs (/Users/BobWhite/razer-macos-backup/node_modules/@electron/universal/src/asar-utils.ts:151:13)
    at exports.makeUniversalApp (/Users/me/razer-macos/node_modules/@electron/universal/src/index.ts:200:13)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at MacPackager.doPack (/Users/me/razer-macos/node_modules/app-builder-lib/src/macPackager.ts:125:9)
    at MacPackager.pack (/Users/me/razer-macos/node_modules/app-builder-lib/src/macPackager.ts:179:7)
    at Packager.doBuild (/Users/me/razer-macos/node_modules/app-builder-lib/src/packager.ts:441:9)
    at Object.executeFinally (/Users/me/razer-macos/node_modules/builder-util/src/promise.ts:12:14)
    at Packager._build (/Users/me/razer-macos/node_modules/app-builder-lib/src/packager.ts:376:31)
    at Packager.build (/Users/me/razer-macos/node_modules/app-builder-lib/src/packager.ts:337:12)
    at Object.executeFinally (/Users/me/razer-macos/node_modules/builder-util/src/promise.ts:12:14)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
./dist/mac-universal/Razer macOS.app: No such file or directory

Could this be related to #6678? I opened a similar issue at electron/universal#41. I'm unsure which repo needs to fix it. This issue did not occur on electron-builder v22.14.13. I'm using the latest version of @electron/universal, v1.2.0.

@stale
Copy link

stale bot commented May 3, 2022

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the backlog label May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant