I'm running an iOS app using tauri v2, and after an update tauri libs my html links no longer work. My app catches and logs unhandledRejections, thanks to that I can see I'm getting the following error within the simulator:
Scoped Shell IO error: no such file or directory (os error 2). On a deployed device, the error is instead Scoped Shell IO error: Operation not permitted (os error 1). It used to work without any issue - in fact our production app still has those links working with no changes to the html code itself
[✔] Environment
- OS: Mac OS 15.5.0 arm64 (X64)
✔ Xcode Command Line Tools: installed
✔ rustc: 1.86.0 (05f9846f8 2025-03-31)
✔ cargo: 1.86.0 (adf9b6ad1 2025-02-28)
✔ rustup: 1.27.1 (2024-04-24)
✔ Rust toolchain: 1.86-aarch64-apple-darwin (environment override by RUSTUP_TOOLCHAIN)
- node: 20.18.2
- npm: 10.8.2
- deno: deno 2.2.0
[-] Packages
- tauri 🦀: 2.5.1
- tauri-build 🦀: 2.2.0
- wry 🦀: 0.51.2
- tao 🦀: 0.33.0
- tauri-cli 🦀: 2.5.0
- @tauri-apps/api : 2.5.0
- @tauri-apps/cli : 2.5.0
[-] Plugins
- tauri-plugin-store 🦀: 2.2.0
- @tauri-apps/plugin-store : 2.2.0
- tauri-plugin-dialog 🦀: 2.2.2
- @tauri-apps/plugin-dialog : 2.2.1 (outdated, latest: 2.2.2)
- tauri-plugin-http 🦀: 2.4.4
- @tauri-apps/plugin-http : 2.4.3 (outdated, latest: 2.4.4)
- tauri-plugin-shell 🦀: 2.2.1
- @tauri-apps/plugin-shell : 2.2.1
- tauri-plugin-fs 🦀: 2.3.0
- @tauri-apps/plugin-fs : not installed!
[-] App
- build-type: bundle
- CSP: unset
- frontendDist: ../build
- devUrl: http://localhost:1420/
- framework: Svelte
- bundler: Vite