Skip to content
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] dint works on M1 Macs #43

Open
the-davinci-code opened this issue Oct 25, 2024 · 5 comments
Open

[BUG] dint works on M1 Macs #43

the-davinci-code opened this issue Oct 25, 2024 · 5 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@the-davinci-code
Copy link

I downloaded the version for ARM processors and encountered the following error when I launched it:
Screenshot 2024-10-25 at 8 01 39 AM
The Intel-version works fine. But it seems to me that the problem is with the iOS version, since at the end of summer I installed the ARM-version on the same MacBook Air M1, and it worked without any issues.

@akopachov
Copy link
Owner

Given that I do not have any Mac to test, I doubt I would be able to do a lot of research on this issue.

I just updated all the electron-related dependencies to the latest, so give the latest release a try, maybe this will help.

@akopachov akopachov added the help wanted Extra attention is needed label Oct 25, 2024
@the-davinci-code
Copy link
Author

I tried this but nothing changed.

@lihsai0
Copy link

lihsai0 commented Dec 25, 2024

@the-davinci-code This is about macOS system security policies.

This application needs to be code signed and uploaded to Apple for a process called notarization will solve this.

But I think the author will not add it because he isn't a Apple Developer which needs pay to Apple.

So you will need to assume the risk to allow this application to run by allowing it in your system preferences > security & privacy.

@the-davinci-code
Copy link
Author

@the-davinci-code This is about macOS system security policies.

This application needs to be code signed and uploaded to Apple for a process called notarization will solve this.

But I think the author will not add it because he isn't a Apple Developer which needs pay to Apple.

So you will need to assume the risk to allow this application to run by allowing it in your system preferences > security & privacy.

I know how to run unsigned apps but there is no way for that.

@lihsai0
Copy link

lihsai0 commented Jan 2, 2025

@the-davinci-code emm, looks like there is something changed in macOS Sequoia.

Try run this in your terminal:

xattr -d com.apple.quarantine "/Applications/Flipper Authenticator Companion.app"

NOTE: Change the path to your installed path which may be different from above command.

Then run the Flipper Authenticator Companion in your Launchpad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants