From a18ad7f17751ea3ebeacd7d615e89ab94e268fbe Mon Sep 17 00:00:00 2001 From: somebasj Date: Mon, 24 Oct 2022 14:45:15 +0800 Subject: [PATCH] add codesign error faq --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 0b60f89..67c191a 100644 --- a/readme.md +++ b/readme.md @@ -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