tauri-apps / tauri-apps/plugins-workspace

tauri-plugin-shell "Scoped shell IO error: No such file or directory (os error 2)" when opening url on iOS

Open
#2,781 3 comments 0 reactions 0 assignees View on GitHub
plugin: shell type: question
Dominant language
Rust
Stars
1.8k
Forks
602
Avg merge
4d 14h
Merged PRs (30d)
9

Description

When I try open url in desktop, all is working as expected, url is opened in default browser.

```
await open("https://google.com");
```

But same code in iOS simulators throws this error:

`Scoped shell IO error: No such file or directory (os error 2)`

Latest working version is `tauri-plugin-shell 2.2.0`, `2.2.1` and `2.2.2` I get this error.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.