-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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] DYLD, [0x4] Symbol missing error on macOS 10.14 #4387
Comments
I couldn't reproduce it, tried on both 10.13 and 10.14 (though 10.13 needs a small change in tao that i'll push soon). |
What version of macOS and xcode are you using to build? |
I've confirmed the issue in the build artifacts from the actions in this test repo I set up. |
@johnyburd can you try setting minimumSystemVersion to 10.14 or 10.13 in tauri.conf.json and rebuild? I can reproduce the problem with your build but not with a local one, so that might be a problem. If it keeps failing i'll dig further. |
This build crashes on 10.14 johnyburd/tauri-test@330ed67 |
Got a similar crash from a user today on 10.13.6 High Sierra:
|
Full trace:
|
I've been trying to root cause this, but it's been very difficult. I managed to get a VirtualBox VM with macOS 10.13 (I wanted 10.13.6 but couldn't find). I got the same dyld error you see above. I disabled all notifications in Tauri, and the error went away, which points towards I got a white screen, but at least the app started, and CLI output is normal. Since I was running 10.13 and in a VM without graphics acceleration, I cannot really say whether it works on a normal 10.13.6 machine. As for next steps, it appears to me that we need to make sure that mac-notification-sys is aware of the
|
Almost fixed - just need a release from mac-notification-sys thanks to the investigation from @betamos !!! |
Fixed in mac-notification-sys v0.5.6. All you need to do is run |
Describe the bug
Trying to execute a Tauri app on macOS 10.14 (and I think 10.13) results in a library error. See attached logs for details.
I first noticed the issue when I upgraded from the 1.0.0-rc.6 to 1.0.0-rc.14 version, and I observed the same issue on 1.0.0 stable as well.
I've reproduced on a MacBook Pro and a virtual machine with fresh OS installs.
crash log:
tauri.log
Reproduction
I built the app on macOS 12.0.1 and then copied the bundle to the 10.14 machines.
Expected behavior
I expected to be able to execute my Tauri app on macOS 10.14.
Platform and versions
Stack trace
Additional context
No response
The text was updated successfully, but these errors were encountered: