2023-03-24 pod push推送库遇到问题

2023-03-23  本文已影响0人  writeSpace

报错

[!] 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
上一篇 下一篇

猜你喜欢

热点阅读