flipper-zero_authenticator-companion icon indicating copy to clipboard operation
flipper-zero_authenticator-companion copied to clipboard

[BUG] dint works on M1 Macs

Open the-davinci-code opened this issue 1 year ago • 5 comments

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.

the-davinci-code avatar Oct 25 '24 05:10 the-davinci-code

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 avatar Oct 25 '24 07:10 akopachov

I tried this but nothing changed.

the-davinci-code avatar Oct 25 '24 08:10 the-davinci-code

@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.

lihsai0 avatar Dec 25 '24 08:12 lihsai0

@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.

the-davinci-code avatar Dec 26 '24 08:12 the-davinci-code

@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.

lihsai0 avatar Jan 02 '25 09:01 lihsai0