当前位置:网站首页>podspec 校验依赖出错问题 pod lib lint ,需要指定源
podspec 校验依赖出错问题 pod lib lint ,需要指定源
2022-07-31 05:15:00 【迷曳】
//podspec 设置依赖
s.dependency '私库'
s.dependency 'MBProgressHUD'
s.dependency 'Masonry'
//本地校验
pod lib lint --verbose --use-libraries --allow-warnings
//同时依赖私库和公共库,直接本地校验会出错,
//校验podspec文件时会到远程podspec库查找相关依赖,默认只会到官方specs库校验,此时需要指定远程specs库去校验。----sources指定源
pod spec lint JKDJ_UIKit.podspec --verbose --use-libraries --allow-warnings --sources='https://私库.git,https://github.com/CocoaPods/Specs.git'
边栏推荐
猜你喜欢

NFT:数字所有权的核心

The MySQL database in Alibaba Cloud was attacked, and the data was finally recovered
Getting to know regular expressions

What is an EVM Compatible Chain?

Why does read in bash need to cooperate with while to read the contents of /dev/stdin

Linux中mysql密码修改方法(亲测可用)

NFT与数字藏品到底有何区别?

Hyper-V新建虚拟机注意事项
![[Cloud native] Simple introduction and use of microservice Nacos](/img/06/b0594208d5b0cbf3ae8edd80ec12c4.png)
[Cloud native] Simple introduction and use of microservice Nacos

【云原生】微服务Nacos的简单介绍与使用
随机推荐
为什么bash中的read要配合while才能读取/dev/stdin的内容
cocos2d-x-3.2创建项目方法
对js的数组的理解
【ubuntu20.04安装MySQL以及MySQL-workbench可视化工具】
js中流程控制语句
[Ubuntu20.04 installs MySQL and MySQL-workbench visualization tool]
Artifact SSMwar exploded Error deploying artifact.See server log for details
理解js运算符
Year-end summary - the years are quiet~
Hyper-V新建虚拟机注意事项
NFT:数字所有权的核心
Pure shell implementation of text replacement
阿里云中mysql数据库被攻击了,最终数据找回来了
【云原生】SQL(及存储过程)跑得太慢怎么办?
Take you to understand the MySQL isolation level, what happens when two transactions operate on the same row of data at the same time?
MySql to create data tables
cocos2d-x-3.2图片灰化效果
mysql password modification method in Linux (pro-test available)
Android软件安全与逆向分析阅读笔记
Using IIS10 to build an asp website in win11