当前位置:网站首页>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'
边栏推荐
- cocos2d-x 实现跨平台的目录遍历
- 计网 Packet Tracer仿真 | 简单易懂集线器和交换机对比(理论+仿真)
- 腾讯云GPU桌面服务器驱动安装
- The server time zone value ‘й‘ is unrecognized or represents more than one time zone
- Year-end summary - the years are quiet~
- DeFi 项目中的治理Token
- On the side of Ali, tell me what are the application scenarios of message middleware you know?
- SQLite 查询表中每天插入的数量
- Linux modify MySQL database password
- cocos2d-x-3.2 Physics
猜你喜欢

MySQL compressed package installation, fool teaching

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

MySQL-如何分库分表?一看就懂

js中的对象与函数的理解

(Crypto essential dry goods) Detailed analysis of the current NFT trading markets

Why is the redis single-threaded also so fast?

【云原生】原来2020.0.X版本开始的OpenFeign底层不再使用Ribbon了

Powershell中UTF-8环境中文乱码解决办法

元宇宙的前景及四大赛道

常见JVM面试题及答案整理
随机推荐
MySQL高级学习笔记
阿里一面,说说你知道消息中间件的应用场景有哪些?
mysql password modification method in Linux (pro-test available)
Digital twins will be an important way to enter the "metaverse"
Linux modify MySQL database password
自定dialog 布局没有居中解决方案
mac10.14中安装mysqldb
DeFi 项目中的治理Token
数字孪生将成为进入“元宇宙”一项重要的途径
什么是 GameFi?
2021 Mianjing - Embrace Change
Take you to understand the MySQL isolation level, what happens when two transactions operate on the same row of data at the same time?
Access数据库的查询
场效应管 | N-mos内部结构详解
CMOS管原理,及其在推挽电路中的应用
What is an EVM Compatible Chain?
MySQL高级语句(一)
腾讯云GPU桌面服务器驱动安装
数据库 | SQL增删改查基础语法
File operations in C language (1)