- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我已经为我的项目执行了“pod outdated”。这是输出:
Analyzing dependencies
The following pod updates are available:
- Kingfisher 4.0.0 -> 4.0.0 (latest version 4.2.0)
- Lokalise 0.7.0 -> 0.7.0 (latest version 0.7.1)
- LokaliseLiveEdit 0.2.2 -> 0.2.2 (latest version 0.2.3)
- Realm 3.0.0 -> 3.0.0 (latest version 3.0.2)
- RealmSwift 3.0.0 -> 3.0.0 (latest version 3.0.2)
- SwiftLint 0.23.0 -> 0.23.0 (latest version 0.24.0)
- SwiftyJSON 3.1.4 -> 3.1.4 (latest version 4.0.0)
- Tabman 1.0.6 -> 1.0.6 (latest version 1.0.7)
每行显示3次的版本号是什么意思?
最佳答案
一般来说,这是pod outdated
的一行输出的scheme:
- <pod name> <current version> -> <latest version (with restrictions)> (latest version <latest version (without restrictions)>)
第一个版本号(箭头之前)是 Pod 的当前版本。
第二个数字(箭头后)是最新的可用版本根据您的 Podfile 中的限制。
第三个版本号(括号内,在“最新版本”之后)是最新的可用版本不受个人限制。
来自 CocoaPods Guides :
When you run
pod outdated
, CocoaPods will list all pods which have newer versions than the ones listed in thePodfile.lock
(the versions currently installed for each pod). This means that if you runpod update PODNAME
on those pods, they will be updated — as long as the new version still matches the restrictions likepod 'MyPod', '~>x.y'
set in yourPodfile
.
关于cocoapods - "pod outdated"输出中的版本号是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47324914/
嗨,我已经开始学习一些有关文件指针以及如何打开文件等的知识。我正在阅读 Stephen Prata 所著的《C Primer Plus 第五版》(SamsPublishing)我什至无法获得他们在我的
当我运行“npm outdated”时,它没有显示“最新”的任何内容。所有 @Angular 包都应该有至少 4.4.6 的最新版本,我预计大多数其他包也应该有更新的版本。 “当前”下列出的内容是我的
我已经为我的项目执行了“pod outdated”。这是输出: Analyzing dependencies The following pod updates are available: - Ki
当我运行“npm outdated”时,它没有显示“最新”的任何内容。所有 @Angular 包都应该有至少 4.4.6 的最新版本,我预计大多数其他包也应该有更新的版本。 “当前”下列出的内容是我的
我有一个巨大的对象列表,每个对象都包含许多图像。我想使用延迟加载来部分获取它们。我想了解如何使用 LazyDataModel 及其工作原理。 最初我认为我必须在 LazyDataModel 中仅保存可
我正在主干上创建一个补丁,将它应用到另一个分支时,出现“补丁似乎已过时”错误。我没有在 Google 上找到解决方案。主干刚刚合并到分支。 我在 Windows 7 上使用 64 位 Tortoise
我已经寻找解决方案,但找不到任何适合我的具体问题的内容,并且无法自行对其进行排序,我尝试的查询太繁重,导致我的服务器超时。 我有一个像这样的表“事件”: +-----------+----------
我在我的 package.json 文件中的 devDependencies 中指定了版本 7.3.0 中的 babelify,如下所示: "devDependencies": { ...,
我们的用例: 对于表 USERS: 更新所有行(为列 ACTIVE 设置值 'N')以防用户处于非事件状态(列 'LAST_VISIT') 60 分钟。 Google 帮助我找到了如何在数据库中获取当
我当前的项目中没有使用 kotlin,但总是显示以下警告: 当我点击“更新运行时”将显示以下弹出窗口: 这里是我使用的依赖项: 有人知道如何解决这个谷歌技巧吗? **编辑 这是 Android Stu
我想保留我的 build.gradle依赖关系是最新的。使用 Node.js,我运行 npm outdated (以及后来的 npm update )。 最接近 Gradle 的是什么? I don'
在图谱 API 文档中,以下内容位于新闻提要端点旁边的括号中: this is an outdated view, does not reflect the News Feed on facebook
我是 ant 的新手,而且更习惯 Makefile。在一个项目中,名为 Message_zh.class 等的 i18n 语言模块是在每次编译时无条件地从 zh.po 等构建的,尽管它们已经存在,这浪
我有一个带有 Gemfile 的文件夹,我可以用 bundle lock 生成 Gemfile.lock,我想通过 bundle outdated 获取可用的更新 但不需要在我的系统上安装 Gemfi
我怎么解决这个问题? 我将smartgit/hg用于svn存储库,它始终有效,并且只有一个中继。现在,我在其中启动了另一个分支,并使用“Cherry-pic”出现了这个问题: Executing a
我正在使用 Azure 静态 Web 应用来托管我的 React 网站。 我一直面临下面的错误。 yarn run v1.22.10 $ react-scripts build Creating an
我正在使用 Azure 静态 Web 应用来托管我的 React 网站。 我一直面临下面的错误。 yarn run v1.22.10 $ react-scripts build Creating an
使用具有以下内容的package.json文件 "devDependencies": { "grunt": "^0.4.5", "grunt-concurrent": "^1.0.0"
当我输入 npm outdated 时,它会显示类似于 的内容 Package Current Wanted Latest Location columnify 1.1
我正在尝试更新我的 pod,我通过 列出了 pod 更新 pod outdated podfile(此外,我什至尝试在 podfile 中输出 'Firebase/Auth', '6.3.1' 来指定
我是一名优秀的程序员,十分优秀!