Describe the bug
% deno task tauri ios dev
thread '' panicked at crates/tauri-cli/src/mobile/mod.rs:402:59:
failed to read missing addr file /var/folders/n8/rxssgwbn241dk4twzmw811dc0000gp/T/com.tauri.dev-server-addr: No such file or directory (os error 2)
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
Command PhaseScriptExecution failed with a nonzero exit code
Reproduction
horner@MacBook-Air-4 tauri % deno run -A npm:create-tauri-app
✔ Project name · simple
✔ Identifier · com.mieweb.beta.simple-tauri-app
✔ Choose which language to use for your frontend · TypeScript / JavaScript - (pnpm, yarn, npm, deno, bun)
✔ Choose your package manager · deno
✔ Choose your UI template · Vanilla
✔ Choose your UI flavor · JavaScript
Template created!
Make sure you have installed the prerequisites for your OS: https://tauri.app/start/prerequisites/, then run:
cd simple
deno install
deno task tauri android init
deno task tauri ios init
For Desktop development, run:
deno task tauri dev
For Android development, run:
deno task tauri android dev
For iOS development, run:
deno task tauri ios dev
Expected behavior
No response
Full tauri info output
deno run tauri info
Task tauri tauri "info"
[✔] Environment
- OS: Mac OS 15.5.0 arm64 (X64)
✔ Xcode Command Line Tools: installed
✔ rustc: 1.87.0 (17067e9ac 2025-05-09)
✔ cargo: 1.87.0 (99624be96 2025-05-06)
✔ rustup: 1.28.2 (e4f3ad6f8 2025-04-28)
✔ Rust toolchain: stable-aarch64-apple-darwin (default)
- node: 23.11.0
- yarn: 1.22.22
- npm: 10.9.2
- deno: deno 2.3.1
[-] 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 : not installed!
- @tauri-apps/cli : 2.5.0
[-] Plugins
- tauri-plugin-opener 🦀: 2.2.7
- @tauri-apps/plugin-opener : not installed!
[-] App
- build-type: bundle
- CSP: unset
- frontendDist: ../src
Stack trace
Additional context
No response
Describe the bug
% deno task tauri ios dev
thread '' panicked at crates/tauri-cli/src/mobile/mod.rs:402:59:
failed to read missing addr file /var/folders/n8/rxssgwbn241dk4twzmw811dc0000gp/T/com.tauri.dev-server-addr: No such file or directory (os error 2)
note: run with
RUST_BACKTRACE=1environment variable to display a backtraceCommand PhaseScriptExecution failed with a nonzero exit code
Reproduction
Expected behavior
No response
Full
tauri infooutputStack trace
Additional context
No response