wailsapp / wails

Create beautiful applications using Go
https://wails.io
MIT License
25.07k stars 1.2k forks source link

Error when run wails dev #3807

Open zuno90 opened 2 weeks ago

zuno90 commented 2 weeks ago

❯ 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 commented 2 weeks ago

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 commented 2 weeks ago

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 commented 1 week ago

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 commented 1 week ago

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 commented 1 week ago

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 commented 1 week ago

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 commented 1 week ago

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 commented 1 week ago

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 commented 48 minutes ago

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