pod spec lint:不在终端中记录错误

pod spec lint: not logging errors in the terminal

当我在终端中 运行 pod spec lint 时,它显示以下错误,但它没有记录错误 [!] 由于 4 个错误,规范未通过验证。

所以我无法确定错误发生的位置。

虽然 pod spec lint 无论如何都会输出错误,但您可以 运行 pod spec lint --verbose 看到更多输出。