-
-
Notifications
You must be signed in to change notification settings - Fork 86
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]: macOS 15.0 Beta "Malware Blocked and Moved to Trash" #191
Comments
That's just for homebrew not the app itself I installed from github releases. |
my workaround: codesign --force --deep --sign - /Applications/Swiftcord.app |
Worked for me to get the App open but after signing using QR code and username + password it’s stuck on signing on and crashes or stalls after 10-12 seconds. |
As of macOS 14.5 there is absolutely no method to let the following precompiled executable run on other computers without being signed: https://github.com/SwiftcordApp/Swiftcord/releases/tag/v0.7.1 My conclusion is that this binary is hard-blacklisted by Apple. I suggest those who want to use this app to compile from the source code. I have tried Xcode 15.3 and it works well. |
for me it just fails to login, even when compiling source code. |
@justkorudev Same issue. What I addressed above only deals with the GateKeeper issue. |
I'm having the same issues :( |
Note: as of macOS 15.1 Beta (24B5046f), the error will then change to:
To workaround that, you need to open System Settings, head to Privacy & Security, scroll down, and confirm there (Swiftcord should be mentioned somewhere). For me, logging in worked (I used the QR code from the iOS app). |
Yeah so this appears to be an actual XProtect detection and not a code signing or blacklist issue. I suspect the currently available build and or repo may have been compromised. Dev, you should probably scan your Mac. At some point you may have pulled in an infected repo, and the behavior with those infections is generally an attempt to infect other projects on the machine. |
@darkhelmet1597 Hmm, I am quite certain that is not the case. I suspect that the app was flagged and added to the XProtect rules due to a high number of users bypassing the non-developer account signed warning when the ad-hoc cert used to sign that version expired. I've heard of others having this happen to their ad-hoc signed apps too. I can confirm this because rebuilding the same copy of the codebase on the Mac used to build the bundle attached with the release yields a bundle that is not flagged by XProtect but is otherwise identical. This shouldn't be the case if my copy of the source is contaminated. Additionally, due to Discord's breaking Gateway API changes, the majority of accounts will fail to log in/cause a crash on this version (even after bypassing the XProtect action which I do not recommend), as some of you might have already experienced. In view of my limited (open source) development time, I apologize that I cannot offer further support, for significant breaking changes like these, for older versions of Swiftcord. However I am focusing my efforts on the next version of Swiftcord rewritten from the ground up to not only be more robust against API changes like these, and also be even more performant - take a look at #189 for more! |
Describe the Bug
Bug Description
macOS 15 now seems to block anything it considers malware despite having disabled gatekeeper. This has resulted in Swiftcord now being completely unusable on 15 for me.
JUST TO BE CLEAR I HAVE DISABLED GATEKEEPER AND RIGHT CLICKED TO OPEN THE PROGRAM.
Actual Behaviour
Unable to open program and macOS deems it to contain malware
Expected Behavior
program should have opened.
Reproducing the Bug
1... Download the program from releases
2... Run
3... Get error.
...
Version
0.7.1
Category
Message history
Relevant Log Output
No response
Screenshots
Additional Info
No response
The text was updated successfully, but these errors were encountered: