-
Notifications
You must be signed in to change notification settings - Fork 0
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
Not working on MacOS Sequoia #1
Comments
Thanks for the good words. Yes, it looks like Electron had some issues with Sequoia. But it seems newer versions of Electron would work fine. I'm not currently enrolled in the Apple Developer Program, so I cannot release a new version of DexTop at the moment because I don't have the certificates to sign the app. I could update the dependencies and share with you the few steps needed to build the application directly on your machine. That would also help me confirm DexTop works on Sequoia. Would you be willing to do that? |
Sorry I didn't get back to you earlier, I'd absolutely be willing to do that. |
I upgraded the dependencies on What you need to do to run the app is:
To use
On my laptop, I'm running v18.19.0 but later versions would work too. Please let me know how that goes 🙏 |
When I tried cloning the repo it failed, however when I used |
Thanks for reporting DexTop works fine on Sequoia with the code from As I said before, I cannot release a new version at the moment, so there are a couple of options: You can run it with
The alternative would be to run You'll get a warning when you run the app that says something like "Error: Could not get code signature for running application"—it's connected to the the fact the application is not signed as I shared in a previous comment. EDIT: use |
I tried running
✔ Checking your system (node:1270) [DEP0174] DeprecationWarning: Calling promisify on a function that returns a Promise is likely a mistake. An unhandled rejection has occurred inside Forge:
|
It looks like If Otherwise, do you have
|
Unfortunately I still get the same error. I verified that python-setuptools was installed. I also installed python 3.13 but it still doesn't change anything. |
Does Could you find the |
Yes, I'm not sure when it was created but the app suddenly appeared upon running the command again. It still failed but unlike this morning it finally did reappear. Thank you so much! |
When I open the app on Mac OS Sequoia it immediately closes. It was working fine yesterday before updating so I assume something in the new Mac OS version broke something. Let me know what information you need, I'm not really sure how to debug apps on Mac OS. Sorry!
Thanks for the amazing work you do!
The text was updated successfully, but these errors were encountered: