pod lib lint 报错 Unable to find a specification for `AMap2DMap` depended upon by `DingtalkPod

执行 pod验证 报错如下
➜  DingtalkPod git:(2.0.0) ✗ pod lib lint --sources='https://github.com/AloneMonkey/MonkeyDevSpecs' --allow-warnings
 
-> DingtalkPod (2.0.0)
    - WARN  | description: The description is shorter than the summary.
    - ERROR | [iOS] unknown: Encountered an unknown error (Unable to find a specification for `AMap2DMap` depended upon by `DingtalkPod`) during validation.
 
[!] DingtalkPod did not pass validation, due to 1 error.
You can use the `--no-clean` option to inspect any issue.
 
 错误说了,不能找到 AMap2DMap 的验证格式
 原因是因为,我的pod 源是两个。 一个官方的pod 源(https://github.com/CocoaPods/Specs.gi)还有一个私有的pod 源(https://github.com/AloneMonkey/MonkeyDevSpecs)所以,验证时需要加上私有源,
 应该为
 pod lib lint --sources='https://github.com/AloneMonkey/MonkeyDevSpecs,https://github.com/CocoaPods/Specs.git' --use-libraries --allow-warnings

 

 

最后的最后,在上传github时,发现了 guthub 有文件大小限制100M 的限制。。。 坑私我啦

posted @   大发写字的地方  阅读(2811)  评论(0编辑  收藏  举报
编辑推荐:
· go语言实现终端里的倒计时
· 如何编写易于单元测试的代码
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
阅读排行:
· 分享一个免费、快速、无限量使用的满血 DeepSeek R1 模型,支持深度思考和联网搜索!
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· ollama系列01:轻松3步本地部署deepseek,普通电脑可用
· 按钮权限的设计及实现
· 25岁的心里话
点击右上角即可分享
微信分享提示