【问题标题】:cocapods do not download the version 2.3 of core plotcocoapods 不下载 core plot 2.3 版本
【发布时间】:2019-06-05 19:23:05
【问题描述】:

我尝试使用 cocoapods 安装 Core Plot,但它总是下载 2.2 版而不是 2.3 版。我在 Podfile 中输入的以下行

pod 'CorePlot', :git => 'https://github.com/core-plot/core-plot.git', :branch => 'release-2.3'

但 cocopoads 仍然会下载并安装 2.2 版本。有语法错误吗?

提前致谢!

【问题讨论】:

    标签: swift cocoapods core-plot


    【解决方案1】:

    您如何确定版本?该分支上的更改日志尚未更新,仍然显示“Release 2.2”。一个简单的检查方法是查看CPTXYAxis。如果 xConstraintsyConstraints 属性是公共的,则您拥有来自 release-2.3 分支的代码。

    【讨论】:

      猜你喜欢
      • 2020-10-19
      • 2021-03-31
      • 2022-11-04
      • 2021-03-19
      • 2019-02-23
      • 1970-01-01
      • 2022-08-07
      • 1970-01-01
      相关资源
      最近更新 更多