Closed eatenpancreas closed 2 months ago
The issue should be that you have 2 Rust installations, one via rustup (recommended) and one via homebrew. The targets installed via rustup are not recognized by the homebrew installation and vice versa. Either add the targets to the homebrew install (no idea how that works) or remove the homebrew rust install completely.
Feel free to re-open if it still does not work afterwards.
The issue should be that you have 2 Rust installations, one via rustup (recommended) and one via homebrew. The targets installed via rustup are not recognized by the homebrew installation and vice versa. Either add the targets to the homebrew install (no idea how that works) or remove the homebrew rust install completely.
Feel free to re-open if it still does not work afterwards.
Uninstalling the brew installation of rust worked. Thank you so much for the fast reply!
Describe the bug
Hello, i'm trying to build a Tauri + svelte app on macOS and build for both IOS and Android, but i can't seem to get it to work. It does not build.
The stack traces claim i don't have X target installed. Down in additional context i have provided the list of targets, they're all installed and i have no idea why it's telling me this. I'm currently unable to build for both android and ios this way.
I've tried re-installing the targets, clearing the cargo cache, installing the newest version of java. No solutions so far. I hope there's an easy solution to this, thanks!
Reproduction
init
Expected behavior
The app on my emulator running, it does build when i don't specify android or ios and run it for mac itself
Full
tauri info
outputStack trace
Additional context
.zshrc: