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

Error when run wails dev #3807

Open
zuno90 opened this issue Oct 7, 2024 · 10 comments
Open

Error when run wails dev #3807

zuno90 opened this issue Oct 7, 2024 · 10 comments

Comments

@zuno90
Copy link

zuno90 commented Oct 7, 2024

❯ wails dev
Wails CLI v2.8.2

Executing: go mod tidy
• Generating bindings:
ERROR

      signal: killed

♥ If Wails is useful to you or your company, please consider sponsoring the project:
https://github.com/sponsors/leaanthony

Hi, I have just run my wails project after 1 month but it got this error. What issues that I get and how to fix them?
Many thanks,

@chuckedfromspace
Copy link

I have just encountered the same issue after upgrading to MacOS Sequoia (15.0.1). Upgrading to the newest CLI (v2.9.2) didn't seem to help. I initiated a new React project and it seemed to compile but no desktop app was launched as usual. The frontend server seems to function though. I'm using go1.21.6. I have tried both versions of Wails CLI v2.8.2 and v2.9.2.

@zuno90
Copy link
Author

zuno90 commented Oct 8, 2024

Yes, i agree!
We probably get issue on new MacOS Sequoia and I'll treat this prob as a bug and hope that Author: @leaanthony he will fix it on new MACOS version.
Thank for support!

@yihou
Copy link

yihou commented Oct 11, 2024

I faced the same issue after updating Xcode from 15.4 to 16.0 on MacOS Sonoma. So now I have to downgrade my Xcode CLI back to 15.x to fix it for now.

Reference link on how to downgrade: https://stackoverflow.com/questions/REDACTED/how-to-downgrade-xcode-to-previous-version

@zuno90
Copy link
Author

zuno90 commented Oct 11, 2024

I faced the same issue after updating Xcode from 15.4 to 16.0 on MacOS Sonoma. So now I have to downgrade my Xcode CLI back to 15.x to fix it for now.

Reference link on how to downgrade: https://stackoverflow.com/questions/REDACTED/how-to-downgrade-xcode-to-previous-version

Thx,
I ll try this and feedback later if it 's available!

@zuno90
Copy link
Author

zuno90 commented Oct 12, 2024

I faced the same issue after updating Xcode from 15.4 to 16.0 on MacOS Sonoma. So now I have to downgrade my Xcode CLI back to 15.x to fix it for now.

Reference link on how to downgrade: https://stackoverflow.com/questions/REDACTED/how-to-downgrade-xcode-to-previous-version

Sorry but i tried, this url had been removed.

@chuckedfromspace
Copy link

I faced the same issue after updating Xcode from 15.4 to 16.0 on MacOS Sonoma. So now I have to downgrade my Xcode CLI back to 15.x to fix it for now.
Reference link on how to downgrade: https://stackoverflow.com/questions/REDACTED/how-to-downgrade-xcode-to-previous-version

Sorry but i tried, this url had been removed.

I just downloaded and installed Xcode 15.4 from the Apple Developer site and use xcode-select in the terminal to set the path like this:

sudo xcode-select -s /Applications/Xcode15.app

After installing the older Xcode, I had to rename it manually and drag it into the Applications folder. After setting the path wails dev works as before.

@zuno90
Copy link
Author

zuno90 commented Oct 12, 2024

I faced the same issue after updating Xcode from 15.4 to 16.0 on MacOS Sonoma. So now I have to downgrade my Xcode CLI back to 15.x to fix it for now.
Reference link on how to downgrade: https://stackoverflow.com/questions/REDACTED/how-to-downgrade-xcode-to-previous-version

Sorry but i tried, this url had been removed.

I just downloaded and installed Xcode 15.4 from the Apple Developer site and use xcode-select in the terminal to set the path like this:

sudo xcode-select -s /Applications/Xcode15.app

After installing the older Xcode, I had to rename it manually and drag it into the Applications folder. After setting the path wails dev works as before.

Thank bro, It s worked now! I really appreciate your support!

@yihou
Copy link

yihou commented Oct 15, 2024

My bad, just saw notification:

This is the link: https://stackoverflow.com/questions/14756026/how-to-downgrade-xcode-to-previous-version

Not sure why it got redacted.

@mattgrayson
Copy link

Updating Go to 1.23 resolved the issue for me without needing to downgrade Xcode

@taliove
Copy link

taliove commented Nov 21, 2024

sudo xcode-select -s /Applications/Xcode15.app

I just wanted to take a moment to express my deepest gratitude for your suggestion to downgrade Xcode to version 15.4. After spending countless hours troubleshooting and searching for a solution, your advice was a game-changer! It worked perfectly, and I can’t thank you enough for taking the time to share this.

Your contribution didn’t just solve a technical issue—it truly lifted a weight off my shoulders. I’m back on track now, and it’s all thanks to your help. You’re the real MVP here!

Thank you so much again for your kindness and insight. It means a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants