wailsapp / wails

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

Wails dev is not working on MacOS 15 #3761

Open xukaike opened 4 hours ago

xukaike commented 4 hours ago

Description

The wails dev command not working successfully on MacOS 15 The terminal stop at **Done. • Compiling application: Done. • Packaging application: Done. WARNING This darwin build contains the use of private APIs. This will not pass Apple's AppStore approval process. Please use it only as a test build for testing and debug purposes.

Using DevServer URL: http://localhost:34115 Using Frontend DevServer URL: http://localhost:5173 Using reload debounce setting of 100 milliseconds Watching (sub)/directory:

To develop in the browser and call your bound Go methods from Javascript, navigate to: http://localhost:34115** And not any application has been launched,the port 34115 is not working either

To Reproduce

1.Run wails dev 2.See error

Expected behaviour

The application lauched successfully

Screenshots

No response

Attempted Fixes

No response

System Details

# Wails
Version | v2.9.2

# System
┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
| OS           | MacOS                                                                                                                       |
| Version      | 15.0                                                                                                                        |
| ID           | 24A335                                                                                                                      |
| Go Version   | go1.21.4                                                                                                                    |
| Platform     | darwin                                                                                                                      |
| Architecture | arm64                                                                                                                       |
| CPU          | Apple M1 Pro                                                                                                                |
| GPU          | Chipset Model: Apple M1 Pro Type: GPU Bus: Built-In Total Number of Cores: 14 Vendor: Apple (0x106b) Metal Support: Metal 3 |
| Memory       | 16GB                                                                                                                        |
└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘

# Dependencies
┌──────────────────────────────────────────────────────────────────┐
| Dependency                | Package Name | Status    | Version   |
| Xcode command line tools  | N/A          | Installed | 2409      |
| Nodejs                    | N/A          | Installed | 20.11.0   |
| npm                       | N/A          | Installed | 10.2.4    |
| *Xcode                    | N/A          | Available |           |
| *upx                      | N/A          | Installed | upx 4.1.0 |
| *nsis                     | N/A          | Available |           |
└──────────────────── * - Optional Dependency ─────────────────────┘

Additional context

No response

leaanthony commented 3 hours ago

I heard go 1.23.1 may be needed

leaanthony commented 3 hours ago

I heard go 1.23.1 may be needed