-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
platform: iOSplatform: macOSstatus: needs triageThis issue needs to triage, applied to new issuesThis issue needs to triage, applied to new issuestype: bug
Description
Describe the bug
I used to using CLI when developing with Tauri. Now when I try this command out, it doesn't open XCode at all and stuck in Opening XCode...:
✓ Starting...
✓ Ready in 655ms
Warn To develop on physical phones you need the `--host` option (not required for Simulators). See the documentation for more information: https://v2.tauri.app/develop/#development-server
Info Opening Xcode
Reproduction
No response
Expected behavior
Running cargo tauri ios dev --open opens XCode.
Full tauri info output
setoelkahfi@Heighliner1 splitfire-desktop % cargo tauri info
[✔] Environment
- OS: Mac OS 15.7.0 arm64 (X64)
✔ Xcode Command Line Tools: installed
✔ Xcode: 26.0
✔ rustc: 1.89.0 (29483883e 2025-08-04)
✔ cargo: 1.89.0 (c24e10642 2025-06-23)
✔ rustup: 1.28.2 (e4f3ad6f8 2025-04-28)
✔ Rust toolchain: stable-aarch64-apple-darwin (overridden by environment variable RUSTUP_TOOLCHAIN)
- node: 20.14.0
- pnpm: 10.17.1
- npm: 10.7.0
[-] Packages
- tauri 🦀: 2.8.5
- tauri-build 🦀: 2.4.1
- wry 🦀: 0.53.3
- tao 🦀: 0.34.3
- tauri-cli 🦀: 2.8.4
- @tauri-apps/api : 2.8.0
- @tauri-apps/cli : 2.8.4
[-] Plugins
- tauri-plugin-opener 🦀: 2.5.0
- @tauri-apps/plugin-opener : 2.5.0
- tauri-plugin-haptics 🦀: 2.3.0
- @tauri-apps/plugin-haptics : 2.3.0
- tauri-plugin-fs 🦀: 2.4.2
- @tauri-apps/plugin-fs : 2.4.2
- tauri-plugin-single-instance 🦀: 2.3.4
- @tauri-apps/plugin-single-instance : not installed!
- tauri-plugin-store 🦀: 2.4.0
- @tauri-apps/plugin-store : 2.4.0
- tauri-plugin-deep-link 🦀: 2.4.3
- @tauri-apps/plugin-deep-link : 2.4.3
- tauri-plugin-clipboard-manager 🦀: 2.3.0
- @tauri-apps/plugin-clipboard-manager : 2.3.0
- tauri-plugin-os 🦀: 2.3.1
- @tauri-apps/plugin-os : 2.3.1
- tauri-plugin-log 🦀: 2.7.0
- @tauri-apps/plugin-log : 2.7.0
[-] App
- build-type: bundle
- CSP: unset
- frontendDist: ../out
- devUrl: http://localhost:1420/
- framework: React (Next.js)
- bundler: Webpack
[-] iOS
- Developer Teams: Seto Elkahfi (ID: XXXXXXXXX), Splitfire AB (ID: XXXXXXXXXX)
Stack trace
Additional context
I tried running the init command first, still no luck.
Metadata
Metadata
Assignees
Labels
platform: iOSplatform: macOSstatus: needs triageThis issue needs to triage, applied to new issuesThis issue needs to triage, applied to new issuestype: bug