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
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
Assessment
This issue has not been assessed yet.