z3 icon indicating copy to clipboard operation
z3 copied to clipboard

macOS Catalina error: z3 cannot be opened because the developer cannot be verified

Open pietrobraione opened this issue 5 years ago • 3 comments

Experienced with Z3 release 4.8.6. Catalina is stricter on checking that the installed apps are signed with an Apple developer key. You can work around the problem by selecting the z3 binary in the Finder, right-clicking on it, and selecting "Open" from the contextual menu: In this case you will be asked if you want to add an exception to the security settings for the app. But it would be better if Z3 worked out-of-the-box.

pietrobraione avatar Nov 08 '19 19:11 pietrobraione

Is this for z3.exe or when using one of the Z3 library assemblies from another app?

ahelwer avatar Jan 16 '20 23:01 ahelwer

I experienced the issue with the executable. I cannot report about the library assemblies.

pietrobraione avatar Jan 17 '20 09:01 pietrobraione

A work-around: Open the Z3 binary via Finder with right click Open. A prompt will appear, suggesting you forbid, but allowing you to permit Z3 to run.

For me:

cd Binaries/z3;
open .; # Finder window appears, right click on bin/z3, select Open from drop down menu

texastony avatar Mar 08 '24 21:03 texastony