3. Codesign em all
sudo xattr -cr
sudo xattr -r -d com.apple.quarantine
sudo codesign --force --deep --sign -
=================
第3步没有成功,有人知道吗?
sudo xattr -cr
Password:
Not enough arguments for option -c. Expected at least 1 but got 0
---
sudo xattr -r -d com.apple.quarantine
Password:
Not enough arguments for option -d. Expected at least 2 but got 1
---
sudo codesign --force --deep --sign -
Password:
Usage: codesign -s identity [-fv*] [-o flags] [-r reqs] [-i ident] path ... # sign
codesign -v [-v*] [-R=<req string>|-R <req file path>] path|[+]pid ... # verify
codesign -d [options] path ... # display contents
codesign -h pid ... # display hosting paths
本帖最后由 MorningK 于 22-6-4 15:36 编辑