Fabian-Lars

Results 1354 comments of Fabian-Lars

Would a platform specific config (https://v2.tauri.app/reference/config/#platform-specific-configuration) be enough or does the inner tauri app itself need the correct "normal" (non wix) version? Not disagreeing with the feature request, just looking...

Thanks for the PR! Would you mind adding a very small changefile like this as well please? https://github.com/tauri-apps/plugins-workspace/blob/85c83dd2a6ad6e52159ad0dbd1d33b8e6540d3bd/.changes/enhance-fs-error-message.md

I think this counts as a duplicate of https://github.com/tauri-apps/tauri-egui/issues/18 - If you use tauri-egui you're currently stuck with pretty old versions: https://github.com/tauri-apps/tauri-egui/blob/dev/Cargo.toml (your versions must match the tauri-egui ones :/...

Can you post the output of the `tauri info` command? Would you happen to have a minimal reproduction example for us?

Explanation is simple, nobody on the team looked into it yet nor tested it afaik. I looked at the sqlx issues/discussions for iOS specific things but didn't find anything noteworthy....

Just so the team doesn't close this, we're aware that the redefine errors likely come from https://github.com/tauri-apps/wry/pull/1418 not being released yet. This shouldn't cause a white screen though and is...

similar-ish issue: https://discord.com/channels/616186924390023171/1330913348572676178

> It was solved by specifying OPENSSL_DIR=/usr This sounds very wrong to be honest. This would mean you're linking to a Linux openssl version, not an android version of it...

> I think manual add in Cargo.toml->[dependencies]->openssl = { version = "0.10.66", features = ["vendored"] } is the solution to this problem? Yeah, if that works it should be the...

The code doesn't load on my phone, does this help with https://github.com/tauri-apps/tauri/issues/13284 ?