I just updated to 5.6 from 5.5 and now the signing of the macOS binary fails.
63308 INFO: Signing the BUNDLE...
70586 WARNING: Error while signing the bundle: codesign command (['codesign', '-s', '***', '--force', '--all-architectures', '--timestamp', '--options=runtime', '--entitlements', 'builder/osx/entitlements.plist', '--deep', '/Users/runner/work/sabnzbd/sabnzbd/dist/SABnzbd.app']) failed with error code 1!
output: /Users/runner/work/sabnzbd/sabnzbd/dist/SABnzbd.app: replacing existing signature
/Users/runner/work/sabnzbd/sabnzbd/dist/SABnzbd.app: bundle format unrecognized, invalid, or unsuitable
In subcomponent: /Users/runner/work/sabnzbd/sabnzbd/dist/SABnzbd.app/Contents/MacOS/jaraco.collections-3.6.0.dist-info
Based on the Breaking Changes section I was already fearing this.
Since you were expecting problems, I was hoping you could tell me what to do now?
This jaraco.collections is just one of many dependencies.
EDIT: I just saw #7184 by @lordwelch, maybe that fixes it?
I just updated to 5.6 from 5.5 and now the signing of the macOS binary fails.
Based on the Breaking Changes section I was already fearing this.
Since you were expecting problems, I was hoping you could tell me what to do now?
This
jaraco.collectionsis just one of many dependencies.EDIT: I just saw #7184 by @lordwelch, maybe that fixes it?