add codesign error faq

This commit is contained in:
somebasj 2022-10-24 14:45:15 +08:00
parent 86b02b8fe9
commit a18ad7f177
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@ If you got "Operation not permitted" error, enable "Full Disk Access" permission
`System Preferences ▸ Security & Privacy ▸ Privacy ▸ Full Disk Access`
If you got `codesign` error, ensure xcode command line tools installed. Install with command `xcode-select --install`.
Check installed with `xcode-select -p` will output `/Library/Developer/CommandLineTools` or `/Applications/Xcode.app/Contents/Developer`.
# Manual