vincedev / MailCoreSPM

SPM for MailCore2 universal
20 stars 1 forks source link

MailCore.framework can't be opened because Apple cannot check it for malicious software. #7

Closed ghr1234 closed 1 year ago

ghr1234 commented 1 year ago

I'm creating this new issue since I believe the previous issue was given an answer to another problem and my experience is different:

When I run my project, I receive an error/alert that says: MailCore.framework can't be opened because Apple cannot check it for malicious software.

I am running the app via Xcode's standard "Run" option - which uses a 'debug' build configuration. There are 2 buttons on the alert: Show in Finder and OK. If I press OK the app fails to launch.

How do I prevent the warning and allow the app to start?

I am using Xcode 14.3.1 in MacOS 13.5.2

Thank you

ghr1234 commented 1 year ago

I solved the issue by going to Settings->Privacy & Security and allowing my application to run (it appeared under security but is no longer there)