当前位置:网站首页>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'
边栏推荐
猜你喜欢

什么是EVM兼容链?

Why is the redis single-threaded also so fast?

通信原理——纠错编码 | 汉明码(海明码)手算详解

npm WARN config global `--global`, `--local` are deprecated. Use `--location解决方案

一文速学-玩转MySQL获取时间、格式转换各类操作方法详解

Eternal blue bug reappears

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

阿里云中mysql数据库被攻击了,最终数据找回来了

Take you to understand the MySQL isolation level, what happens when two transactions operate on the same row of data at the same time?

【云原生】原来2020.0.X版本开始的OpenFeign底层不再使用Ribbon了
随机推荐
js中流程控制语句
5 methods of MySQL paging query
js中的全局作用域与函数作用域
For penetration testing methods where the output point is a timestamp (take Oracle database as an example)
On the side of Ali, tell me what are the application scenarios of message middleware you know?
SQL注入中数据库的判断
Using IIS10 to build an asp website in win11
cocos2d-x-3.2 不能混合颜色修改
Error: Cannot find module ‘D:\Application\nodejs\node_modules\npm\bin\npm-cli.js‘
cocos create EditBox 输入文字被刘海屏遮挡修改
最新MySql安装教学,非常详细
2021美赛C题M奖思路
数据库 | SQL增删改查基础语法
npm WARN config global `--global`, `--local` are deprecated. Use `--location解决方案
MySQL错误-this is incompatible with sql_mode=only_full_group_by完美解决方案
What is GameFi?
DeFi Token in the project management
js中的对象与函数的理解
The latest MySql installation teaching, very detailed
DeFi 项目中的治理Token