报错
[!] The Pod Specification did not pass validation.
The following validation failed:
- Warnings: `*.a` does not match the expected static library name format `lib[name].a`
最后解决了 目测是因为 静态库原因
--use-libraries 使用静态库
--verbose 详细信息
--allow-warnings 允许警告
--no-clean
pod trunk push 你的SDK.podspec --use-libraries --verbose --allow-warnings
网友评论