-
Notifications
You must be signed in to change notification settings - Fork 79
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
Error running e build
on macOS: Input to targets not generated by a dependency
#669
Comments
hey @jtbandes - we've adjusted that logic a fair amount lately so there's definitely a bug or two at play here. I'll take a look - this bug should be on build-tools though so I'm going to transfer it there. |
Any tips for if there's a quick workaround on this before it gets fixed upstream? |
Actually it seems like running |
@jtbandes thank for your workaround |
The workaround doesn't work for me...on the 2nd |
@codebytere sorry for pinging again but maybe you have other workarounds in mind or a particular electron version i can build now with this issue? |
I'm looking for some advice on building electron from source.
I'm running the following steps on a macOS arm64 (apple silicon) host on macOS 15.1. I have Xcode 16.1 installed.
npm i -g @electron/[email protected]
e init mybuilder --import release --reclient none --target-cpu x64
e sync --revision v33.0.2
e load-macos-sdk
INFO Now using SDK version 14.0
e build
The final
e build
step fails with this error:Any advice would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: