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
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: