Change8

@tauri-apps/cli-v2.8.4

📦 tauri
3 features🐛 5 fixes🔧 5 symbols

Summary

Tauri 2.8.4 improves the mobile development workflow by ensuring Rust targets are installed and environment variables are preserved, while fixing critical bugs for Deno users and Android emulator detection.

✨ New Features

  • Ensure Rust targets for mobile are installed during dev and build commands, not just on init.
  • Retain RUST_* environment variables when running mobile commands.
  • Ignore macOS.minimumSystemVersion in tauri dev to prevent forced rebuilds when using tools like rust-analyzer.

🐛 Bug Fixes

  • Fix ReferenceError: require is not defined when using Deno.
  • Fix iOS dev and build targeting the simulator on Intel machines.
  • Fix Deno crash during ios commands due to incorrect current working directory resolution.
  • Fix Android emulator detection failure caused by empty device names.
  • Use the correct export method on Xcode versions older than 15.4.

🔧 Affected Symbols

tauri devtauri buildtauri iosmacOS.minimumSystemVersionRUST_*