Closed errmayank closed 3 months ago
Ah, it seems like an apple "security" thing which i'm guessing happened because i didn't sign the application?
For now, i fixed it by running
xattr -c /Applications/test-tauri-app.app
yup, that's apple's "fault". You can set "signingIdentity": "-"
in tauri.conf.json to ad-hoc (self) sign it which basically makes it behave like it does after you run xattr -c
I haven't tested it on other systems but am i doing something wrong here? I built a basic svelte starter app using tauri action but the app seems to be broken when i try to install it, i'm on arm based mac.
It runs fine if i build it locally and then try to install.
Here's the repro https://github.com/errmayank/test-tauri-app
You can also try downloading it from the assets in the release here https://github.com/errmayank/test-tauri-app/releases/tag/v0.0.1
Here's my info
I also tried using
fix-path-env
but that didn't help