-
Notifications
You must be signed in to change notification settings - Fork 16
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
macOS prevents app from opening #3
Comments
After overriden the malware protection, I get a message informing me that I don't have the needed access right. |
I get this too on Catalina. Would love to use your app but not when I get a message saying it is malware. Can you not just sign up and get a free developer account and get this app notorized? Good luck and thanks. |
I updated to Big Sur, and it's the same situation here. |
Hey guys, sorry for the late response. As many of you have guessed, this is an issue related to app signing. I'll try to get this issue sorted out in the coming days. Since the entire app is open source and everything should be included in the repository, for the time being, you can also try to build and run the app with Xcode. |
Hi, can you update the version available via the releases page with the signed version plz ? The app is unusable in the meantime, but it's really great ! |
I have the same issues, I'd love to use your tool... any chances of a near-future fix? |
you just need to build it. |
how do I do that ? I just open the .xcodeproj file and compile ? |
if i remember correctly, i just checked that i build for the M1, and not a universal binary, and needed to put my developer account behind xcode, so it can use it to sign the application. |
Can confirm that it will happily run on Big Sur M1 if you build and run the self signed debug app. You don't need a paid developer account, just sign up for a free one and use that. Follow instructions here if the idea of changing the xproj file scares you. https://stackoverflow.com/questions/43932076/how-to-build-app-on-iphone-physical-device-without-developer-account#43937695 |
If people don't want to compile themself, a solution is also to do |
macOS prevents the app from opening, shows a message saying it will "damage your computer".
supposed fix : right click > get info > override malware protection
macOS doesoent show a message anymore but the app crashes on launch.
Seems to be a certificate problem.
I love this app, hope you can fix this !
The text was updated successfully, but these errors were encountered: