Fabian-Lars

Results 1371 comments of Fabian-Lars

winapi is not in the crate graph and the error even mentions the windows crate name + version - i'm still not 100% sure if it's really the crate's fault...

If that's not the most off-topic comment i've ever seen... @nianxiongdi please open a new issue, including the output of the `tauri info` command, the `Cargo.toml` file and a small...

Or at least open a new separate issue as I asked to keep this here on-topic.

The initial idea was to drop support of v2 more or less completely, keeping v3 basically the same as v2 just with gtk4 to resolve the security warnings whatever. That...

please include the output of `npm run tauri info` also, the error tells you what to do, did you skip https://v2.tauri.app/start/prerequisites/#android perhaps? If you did run `rustup target add ...`...

hmm, can you maybe re-install rust then? and double check that after installing rustup that there's no second install _somewhere_

> You said that this looks like a problem in objc code. I wanted to ask you: Do you think it would be possible to replace objc and possibly cocoa...

The `.tauri-settings` file doesn't exist anymore, that one was for our own permissions prompt (which lead to duplicate prompts and was therefore removed)

Nope, the permissions/notifications on macos are generally quite wonky (in a tauri context), and for _some_ reason it seems to be gotten worse in recent tauri versions. I don't have...

This sounds like the most relevant upstream issue https://github.com/h4llow3En/mac-notification-sys/issues/33