Electron Notarisation Failed Due To The Binary Uses An Sdk Older Than The 10.9 Sdk
We are trying to notarise the electron app but I'm getting this error.The versions which we are using are electron: 3.0.6, electron-builder': '^21.2.0 { 'logFormatVersion': 1, 'job
Solution 1:
By installing some dependencies and moving some dependency to dev-dependencies worked for me. In my case, electron-publisher-s3
I moved this package to dev dependency. This ticket helped me Link
Post a Comment for "Electron Notarisation Failed Due To The Binary Uses An Sdk Older Than The 10.9 Sdk"