Open TheBlindM opened 6 months ago
I solved it by doing
brew install openssl
iirc in a similar issue the dev had to uninstall brew's openssl before building the app so that this error wouldn't show on the enduser's system. I'm sure there's a better way to tell the compiler to not use brew's openssl lib like this though.
Either way, we need more info here. Like how you're building your app and especially what's using openssl.
iirc in a similar issue the dev had to uninstall brew's openssl before building the app so that this error wouldn't show on the enduser's system. I'm sure there's a better way to tell the compiler to not use brew's openssl lib like this though.
Either way, we need more info here. Like how you're building your app and especially what's using openssl.
Hey @FabianLars in my case I use git2
crate which depends on openssl-sys
.
I build and bundle using this command:
tauri build --bundles app,dmg --target aarch64-apple-darwin
While it runs on my machine, end users get the above error i.e.
Termination Reason: Namespace DYLD, Code 1 Library missing
Library not loaded: /opt/homebrew/*/libssl.3.dylib
Describe the bug
Reproduction
No response
Expected behavior
No response
Full
tauri info
outputStack trace
No response
Additional context
No response