核心情节出现错误 "Too many arguments to function call"

Core Plot getting the error "Too many arguments to function call"

今天我开始在 CPTAnimationPlotRangePeriod.m 中遇到 2 个错误:

我已尝试清理项目,但没有任何效果。

它在我尝试安装时启动:https://github.com/devxoul/JLToast。我已遵循所有说明:

  1. gem install cocoapods --pre
  2. 将此添加到我的 Podfile:pod 'JLToast'
  3. pod install

这是我的 Podfile 的样子:

# Uncomment this line to define a global platform for your project
# platform :ios, '7.0'


target '[Project name]' do
    pod 'CorePlot', :git => 'https://github.com/core-plot/core-plot.git', :branch =>    'release-2.0'
    pod 'JLToast'
end

新版本的 Cocoapods 启用了一个破坏 Core Plot 构建的新构建选项。它已在最新代码中修复。有关详细信息,请参阅 issue 138

将您的 pod 文件指向存储库头部而不是版本号。

除了编辑 Podfile,您还可以选择修复项目中的 CorePlot 代码。所需的代码更改在这里:https://github.com/IngmarStein/core-plot/commit/3413d8b7fa382921a918e7801a22e614a17b8bbf