wails icon indicating copy to clipboard operation
wails copied to clipboard

Error when run wails dev

Open zuno90 opened this issue 1 year ago • 10 comments

❯ 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,

zuno90 avatar Oct 07 '24 07:10 zuno90

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.

chuckedfromspace avatar Oct 07 '24 19:10 chuckedfromspace

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!

zuno90 avatar Oct 08 '24 06:10 zuno90

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

yihou avatar Oct 11 '24 14:10 yihou

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 avatar Oct 11 '24 17:10 zuno90

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.

zuno90 avatar Oct 12 '24 09:10 zuno90

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.

chuckedfromspace avatar Oct 12 '24 09:10 chuckedfromspace

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!

zuno90 avatar Oct 12 '24 09:10 zuno90

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.

yihou avatar Oct 15 '24 04:10 yihou

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

mattgrayson avatar Oct 23 '24 23:10 mattgrayson

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!

taliove avatar Nov 21 '24 08:11 taliove