-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] Tauri Crash on missing method in webkit on MacOS 10.14.6 while working fine on Linux #11501
Comments
/upstream tauri-apps/wry |
I am encountering the exact same error on macOS 11.7.10. Is there a fix for this? I tried downgrading wry till version 0.43.0, but it did not resolve the issue. Any advice? |
we'll release a fix for this today |
the crash is caused due to a debug check in the objc2 crate; [profile.dev.package.objc2]
debug-assertions = false see madsmtm/objc2#645 (comment) for more information |
thank you it really helped |
Thanks guys. I upgraded my MacOS to Big Sur and done the "debug-assertions = false" but started failing on something else:
Tauri Info Output:
|
It worth mentioning that without the
|
Describe the bug
Tauri app works fine on Linux but crash on MacOS with the following error message:
Reproduction
This works fine on Linux so it might indicate something missing on my macbook
Expected behavior
To build like it build fine on Linux
Full
tauri info
outputStack trace
Additional context
No response
The text was updated successfully, but these errors were encountered: