[!] Authentication token is invalid or unverified. Either verify it with the email that was sent ...

出现问题的现象是,在上传自己的cocoapods框架时出现了如图问题
Snipaste_2019-12-13_16-04-00.png
解决办法:
1. 执行命令:pod trunk register '[email protected]' 'MacleChen' --description='mac pro'   
2. 在自己邮箱里面去点击,那个邮件里面的连接,就可以了(如果找不到那个邮件,多等个几分钟的。或着去垃圾箱中找找,有可能是腾讯把他等垃圾邮件了)
3. 返回终端里面继续执行命令:pod trunk push CZFScrollAdView.podspec --allow-warnings
剩下的就是等待了... 最终你会收到这张图上的效果,兄弟姐妹们干杯吧
Snipaste_2019-12-13_16-10-49.png

你可能感兴趣的:([!] Authentication token is invalid or unverified. Either verify it with the email that was sent ...)