mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
doc: white screen fix for Mac. Closes #1508
This commit is contained in:
parent
4726b72708
commit
c48ad9be67
1 changed files with 14 additions and 0 deletions
|
|
@ -20,6 +20,20 @@ var assets embed.FS
|
|||
```
|
||||
Check that `frontend/dist` contains your application assets.
|
||||
|
||||
### Mac
|
||||
|
||||
If this happens on Mac, try adding the following to your `Info.plist`:
|
||||
|
||||
```xml
|
||||
<key>NSAppTransportSecurity</key>
|
||||
<dict>
|
||||
<key>NSAllowsLocalNetworking</key>
|
||||
<true/>
|
||||
</dict>
|
||||
```
|
||||
|
||||
Reference: https://github.com/wailsapp/wails/issues/1504#issuecomment-1174317433
|
||||
|
||||
## Mac application not valid
|
||||
|
||||
If your built application looks like this in finder:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue