python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to fix error: Could not compute signing task inputs - operation was cancelled?
I have a swift package manager project and I am trying to run unit tests with Fastlane on GitHub actions.
My fastfile looks like
desc('Unit test with spm')
lane :spm_test do
scan(
worksp...

Johnykutty
Votes: 0
Answers: 0
How is SafeNet eToken 5110 different from SafeNet eToken 5100?
My EV code signing certificate is expiring, and I'm thinking about changing provider. However the new provider(Trust zone) is providing a SafeNet eToken 5100, the one I have now is a SafeNet eToken 51...

DaniFlex
Votes: 0
Answers: 1
Electron-builder macOS notarization problem with puppeteer library: Not all binaries are signed
I am currently struggling with notarizing my app with electron builder for macOS! The app uses puppeteer which causes the error that the ".localChromium" folder does not get signed! I alread...
m4x123
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


