当前位置:网站首页>Podspec verification dependency error problem pod lib lint , need to specify the source
Podspec verification dependency error problem pod lib lint , need to specify the source
2022-07-31 06:01:00 【stray】
//podspec set dependenciess.dependency 'private library's.dependency 'MBProgressHUD's.dependency 'Masonry'//local checkpod lib lint --verbose --use-libraries --allow-warnings//Depending on both private library and public library at the same time, direct local verification will make an error,//When verifying the podspec file, it will go to the remote podspec library to find related dependencies. By default, only the official specs library will be verified. At this time, you need to specify the remote specs library to verify.----sources specifies the sourcepod spec lint JKDJ_UIKit.podspec --verbose --use-libraries --allow-warnings --sources='https://private library.git,https://github.com/CocoaPods/Specs.git'
边栏推荐
- Navicat从本地文件中导入sql文件
- Gradle sync failed: Uninitialized object exists on backward branch 142
- configure:error no SDL library found
- Notes on creating a new virtual machine in Hyper-V
- WeChat applet source code acquisition and decompilation method
- 工件SSMwar exploded 部署工件时出错。请参阅服务器日志了解详细信息
- Xiaomi mobile phone SMS location service activation failed
- Xiaobai learns reptiles - introduction to reptiles
- Attribute Changer的几种形态
- Powershell中UTF-8环境中文乱码解决办法
猜你喜欢
随机推荐
cocos create EditBox 输入文字被刘海屏遮挡修改
powershell统计文件夹大小
sql 添加 default 约束
Markdown help documentation
【云原生】微服务Nacos的简单介绍与使用
flutter arr dependencies
jenkins +miniprogram-ci 一键上传微信小程序
This in js points to the prototype object
quick-3.5 ActionTimeline的setLastFrameCallFunc调用会崩溃问题
一个简单的bash转powershell案例
cocoscreator 显示刘海内容
Android软件安全与逆向分析阅读笔记
UiBot存在已打开的MicrosoftEdge浏览器,无法执行安装
A simple bash to powershell case
What is an EVM Compatible Chain?
MySQL分页查询的5种方法
js中的函数
unicloud 发布后小程序提示连接本地调试服务失败,请检查客户端是否和主机在同一局域网下
DeFi Token in the project management
TransactionTemplate 事务编程式写法