Post

Replies

Boosts

Views

Activity

Reply to Command line tools not working after notarization
codesign -fs FS --timestamp --force --deep --options runtime --entitlements ./entitlements.plist TOOL_NAME TOOL_NAME: internal error in Code Signing subsystem I got this and this. codesign -dvvv .TOOL_NAME TOOL_NAME:code object is not signed at all Also, I have tried codesign -fs FS --timestamp --force --deep --options runtime TOOL_NAME codesign -fs FS --timestamp --force --deep TOOL_NAME codesign -fs FS --timestamp --force TOOL_NAME They can not work thanks
Jun ’22