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

Posted 大发写字的地方

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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 的限制。。。 坑私我啦

以上是关于pod lib lint 报错 Unable to find a specification for `AMap2DMap` depended upon by `DingtalkPod的主要内容,如果未能解决你的问题,请参考以下文章

升级jenkins之后无法启动 报错Unable to read /var/lib/jenkins/config.xml

iOS-Pods-XX.debug.xcconfig: unable to open file

Spark记录-spark报错Unable to load native-hadoop library for your platform

php 编译安装插件提示PHP Warning: PHP Startup: Unable to load dynamic library 报错

springBoot项目替换lib下的依赖jar包 Unable to open nested entry 'BO

vscode中PyLint报错Unable to import解决方案