1、先执行
xcrun notarytool store-credentials "ccc-test" --apple-id "12345678@qq.com" --team-id BHKKKKKK --password ljsp-xxxx-xxxx-xxxx
其中 ccc-test 为随便起的一个名字
--apple-id 为自己的apple 开发者账号
--team-id 自己的team
--password 自己在苹果开发者网站上生成的密码
2、再执行
xcrun notarytool submit /Users/ccc/Documents/test/test-1.0.0.dmg --keychain-profile "ccc-test"
test-1.0.0.dmg为需要公证的mac安装包
--keychain-profile为第一步随便起的一个名字ccc-test