当前位置:网站首页>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'边栏推荐
- 【云原生】微服务Nacos的简单介绍与使用
- [uiautomation] Get WeChat friend list (stored in txt)
- unicloud 发布后小程序提示连接本地调试服务失败,请检查客户端是否和主机在同一局域网下
- Several forms of Attribute Changer
- js中的对象与函数的理解
- Error: Cannot find module 'D:\Application\nodejs\node_modules\npm\bin\npm-cli.js'
- Install mysqldb in mac10.14
- The MySQL database in Alibaba Cloud was attacked, and the data was finally recovered
- Common JVM interview questions and answers
- this指向问题
猜你喜欢

VS connects to MYSQL through ODBC (2)

qt:cannot open C:\Users\XX\AppData\Local\Temp\main.obj.15576.16.jom for write

2021美赛C题M奖思路

Hyper-V新建虚拟机注意事项
![[Cloud native] Open source data analysis SPL easily copes with T+0](/img/89/4a96358956782ef9dacf0b700b54c3.png)
[Cloud native] Open source data analysis SPL easily copes with T+0

浏览器查找js绑定或者监听的事件

【云原生】微服务Nacos的简单介绍与使用

The server time zone value ‘й‘ is unrecognized or represents more than one time zone

数据库 | SQL增删改查基础语法

unicloud 云开发记录
随机推荐
cocos2d-x-3.2图片灰化效果
SSH自动重连脚本
Sqlite A列数据复制到B列
Why does read in bash need to cooperate with while to read the contents of /dev/stdin
著名网站msdn.itellyou.cn原理分析
Linux modify MySQL database password
Access database query
[JVM Loading]---Class Loading Mechanism
sqlmap injection tutorial common commands
Gradle sync failed: Uninitialized object exists on backward branch 142
ERROR Error: No module factory availabl at Object.PROJECT_CONFIG_JSON_NOT_VALID_OR_NOT_EXIST ‘Error
CMOS管原理,及其在推挽电路中的应用
QT VS中双击ui文件无法打开的问题
What is an EVM Compatible Chain?
Navicat从本地文件中导入sql文件
js中的函数
腾讯云GPU桌面服务器驱动安装
powershell统计文件夹大小
podspec自动化升级脚本
对js的数组的理解