I can run cargo tauri dev without errors, but cargo tauri build produces the error attached.
I used the migration tool because I updated to Ubuntu 20.04 and it isn't supported by Tauri v1.
capabilities/migrated.json was causing errors, so I deleted capabilities/ and added permissions/ with config files there.
I tried slowly deleting lines until the first errors went away, then I continued deleting hoping the new errors would go away.
Notes
- I am not running out of memory.
- I am running the process via ssh.
Info
$ cargo tauri info
WARNING: no lock files found, defaulting to npm
[✔] Environment
- OS: Mac OS 14.5.0 X64
✔ Xcode Command Line Tools: installed
✔ rustc: 1.80.0 (051478957 2024-07-21)
✔ cargo: 1.80.0 (376290515 2024-07-16)
✔ rustup: 1.27.1 (54dd3d00f 2024-04-24)
✔ Rust toolchain: stable-aarch64-apple-darwin (environment override by RUSTUP_TOOLCHAIN)
[-] Packages
- tauri [RUST]: 2.0.0-rc.0
- tauri-build [RUST]: 2.0.0-rc.0
- wry [RUST]: 0.41.0
- tao [RUST]: 0.28.1
- tauri-cli [RUST]: 2.0.0-rc.1
- @tauri-apps/api : not installed!
- @tauri-apps/cli [NPM]: 2.0.0-rc.1
[-] App
- build-type: bundle
- CSP: unset
- frontendDist: ../frontend/dist
- devUrl: http://localhost:16982/
I just got a Mac in order to support Apple, and this is my first Tauri App, so I don't have any idea what's going on here! 🫣