betamos / payload

File transfer for humans.
44 stars 0 forks source link

dyld loading error on MacOS 10.13.6 #2

Open betamos opened 2 years ago

betamos commented 2 years ago

A user reported a dyld load time error, preventing Payload from starting. See stack trace here: https://github.com/tauri-apps/tauri/issues/4387

It was root-caused to mac-notification-sys, which is a Tauri dep: https://github.com/h4llow3En/mac-notification-sys/issues/45

This issue will be fixed in the next version of Payload.

However, 10.13.* is still struggling with a separate whitescreen issue.

abu0306 commented 2 years ago

Hi, i have the same erro, did you modify it like this? "allowlist": { "all": true, "notification": { "all": false } },

betamos commented 2 years ago

You can just remove the notification block entirely, and yes that should work but then you don't have any notifications. I built with the PR in the linked issue, which works too.