Post marked as solved
Post marked as solved with 2 replies, 260 views
Until I migrated to a new M1 machine running OSX 12, this used to work fine:
codesign --sign <cert> --force --timestamp --options runtime <binaryname>
Now, the exact same command (same cert, same binary) throws an error "errSecInternalComponent"
internal error in Code Signing subsystem
I found a vague reference that there might be some problems currently with Monterey in this regard and that
ENABLE_BITCODE=NO
might need to be used but it's not clear how to set that for CLI use like this.
Any ideas much appreaciated.