-
Notifications
You must be signed in to change notification settings - Fork 585
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
Realm 12.x + Electron package fails to load on macOS Catalina (10.15.x) #6210
Comments
Also i have a question: In an app implemented in 12.x, I want to update a patch that I downgraded to 11.x. Will it affect my DB files when I come back to 12.x later or use the patched version? I want to know if I can downgrade to 11.x and use it without any changes. |
As the error message indicates, our binaries are built for more recent versions (MacOS 12.6 is Monterey and it is oldest Apple supported MacOS version). In order to build for Catalina, I believe we would have to use an unsupported version of Xcode.
Version 12.0.0 did come with some minor breaking changes, so I would expect that you might have some minor adjustment to do. |
Hello, Thank you for your quick response. Fortunately, no code is affected by the breaking change, so it looks like the downgrade was successful without any code changes. I'll be closing this issue soon, as it was intended based on your feedback. Thank you! |
Sounds like a reasonable move. Please be aware that we will not provide bug fixes to version 11.
I am happy to hear. Version 12 is more breaking for us as it is a complete rewrite of the code (with new workflows for the team). |
I see, I understand about the support status of version 11. We still have 6-8% of our total customers using our app on macOS Catalina and Big Sur, Unfortunately, they're using older devices, so it's hard to ask them to upgrade their macOS. So I don't think it's an easy decision to upgrade right now, but we'll reconsider upgrading to 12 depending on how things go. Thanks for the quick response! |
Don't hesitate to create new issues if you run into trouble when you decide to upgrade. |
How frequently does the bug occur?
Always
Description
Hello, I recently experienced a crash in an app using realm 12.x and after checking the issue, I found that the realm module is not loading properly on macOS Catalina.
This issue has been occurring since realm 12.x and is working fine in 11.x.x.
After a successful build on macOS Sonoma and creating an executable package, I get the same error when I install and run that package on macOS Catalina. In other words, it doesn't seem to matter what OS you're building.
Also on macOS Sonoma and nearby versions, the issue does not occur, but on Catalina (10.15.x), an error occurs in the console window as shown below, and the Electron app may not load properly:
Stacktrace & log output
No response
Can you reproduce the bug?
Always
Reproduction Steps
$ cd simple-example-realm-electron $ npm i $ npm run start
Version
12.2.1
What services are you using?
Local Database only
Are you using encryption?
No
Platform OS and version(s)
macOS Catalina 10.15.7
Build environment
Cocoapods version
No response
The text was updated successfully, but these errors were encountered: