Skip to content

Commit

Permalink
Merge branch 'main' into feat/feedback-widget
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Mar 1, 2025
2 parents f2e256d + 8cb25b8 commit 379c3cc
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions src/content/get-started/install/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,35 @@ If you're not using Android Studio,
you can download the tools using the
[sdkmanager][] command-line tool.

## macOS setup

### SocketException: Send failed, OS Error: No route to host, errno = 65

__What does this issue look like?__

On macOS, the `flutter run` command produces an error like:

```plaintext
$ flutter run
Launching lib/main.dart in debug mode...
...
Installing and launching...
Oops; flutter has exited unexpectedly: "SocketException: Send failed (OS Error: No route to host, errno = 65), address = 0.0.0.0, port = 5353".
```

__Explanation and suggestions__

This issue is related to macOS permissions.

To fix this:

1. Upgrade your Flutter SDK to the latest version.

2. Open **System Settings** > **Privacy & Security** > **Local Network**.
Toggle on the permission for all the code editors and terminals you use to
launch Flutter apps.
You might need to restart your code editor, terminal, and physical device.

## Other problems

### Exit code 69
Expand Down

0 comments on commit 379c3cc

Please sign in to comment.