tauri
tauri copied to clipboard
[bug] [tauri v2][iOS] Xcode project directory is outdated because you have modified your "identifier" in the Tauri configuration. Please run `tauri ios init` and try again.
Describe the bug
Running npm run tauri ios init does not update xcode project directory.
npm run tauri ios dev 'iPhone 15' keeps throwing the same error:
Error Xcode project directory is outdated because you have modified your "identifier" in the Tauri configuration. Please run tauri ios init and try again.
Reproduction
No response
Expected behavior
No response
Full tauri info output
> [email protected] tauri
> tauri info
[✔] Environment
- OS: Mac OS 14.6.1 X64
✔ Xcode Command Line Tools: installed
✔ rustc: 1.80.1 (3f5fd8dd4 2024-08-06)
✔ cargo: 1.80.1 (376290515 2024-07-16)
✔ rustup: 1.27.1 (54dd3d00f 2024-04-24)
✔ Rust toolchain: stable-aarch64-apple-darwin (default)
- node: 20.11.0
- npm: 10.2.4
[-] Packages
- tauri [RUST]: 2.0.0-rc.2
- tauri-build [RUST]: 2.0.0-rc.2
- wry [RUST]: 0.41.0
- tao [RUST]: 0.28.1
- @tauri-apps/api [NPM]: 2.0.0-rc.0
- @tauri-apps/cli [NPM]: 2.0.0-rc.3
[-] App
- build-type: bundle
- CSP: <removed>
- frontendDist: ../src
- bundler: Webpack
[-] iOS
- Developer Teams: <Removed>
Stack trace
No response
Additional context
No response