python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why does macOS kill static executables created by clang?
I have a minimal c program for the m1 arm cpu that returns 42:
void _start() {
asm("mov x0, #42;");
asm("mov x16, #1;");
asm("svc 0x80;");
}
This code compil...
tommy__123__
Votes: 0
Answers: 1
Successfully codesigned and notarized app getting unable to verify developer when running
I have a fully codesigned .app which is successfully notarized. However when running the app on someones computer. They get the error
"App" cannot be opened because the developer cannot be ...
Derek
Votes: 0
Answers: 1
Notarizing Mac App in bamboo with install4j9
I have recently updated from install4j6 -> install4j9, which I use within in my build server in bamboo. Bamboo has no issues code signing the files but the notarization process in never ran. I have...
Anthony Berrios
Votes: 0
Answers: 2