gpt4 book ai didi

ios - 通过 cocoapod 安装 CorePlot 2.0 失败

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:41:15 25 4
gpt4 key购买 nike

我一直在我的 Xcode 项目中使用 CorePlot 1.5.1 和 cocoapod,没有问题。现在我需要升级到 CorePlot 2.0,因为我需要在同一事件上进行上/下操作。我尝试通过以下任一方式编辑 PodFile 来做到这一点:

pod 'CorePlot', '~> 2.0'

target 'ERPTests' do
pod 'CorePlot'
end

第一种方式我得到错误“CorePlot (~> 2.0) required by Podfile”。第二种方式我得到了 1.5.1 版本。我的 cocoa pod 是 0.35.0。我用谷歌搜索并没有关于这个问题的相关帖子。有什么想法吗?

最佳答案

Core Plot 还没有 2.0 版本(目前)。在您的 podfile 中使用以下行指向 release-2.0 分支:

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

有一个适用于 Mac 和 iOS 应用程序的组合头文件。您还可以为 iOS 项目使用 CorePlot-CocoaTouch.h header 。

#import "CorePlot.h"

关于ios - 通过 cocoapod 安装 CorePlot 2.0 失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29009885/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com