gpt4 book ai didi

core-plot - "CPTAnimation.m"函数调用的参数太多,预期为 0,有 3 个

转载 作者:行者123 更新时间:2023-12-01 00:55:33 25 4
gpt4 key购买 nike

今天老板给了我一个App,这个App是基于IOS SDK 8.1和xocde 6.1构建的。Podfile包括:

Uncomment this line to define a global platform for your project
platform :ios, ‘7.0’
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
def import_pods
pod 'AFNetworking', '~>2.5.0'
pod 'SDWebImage', '~>3.7.1'
pod 'CocoaLumberjack', '~> 1.9'
pod 'EasyMapping', '~> 0.6.3'
pod 'ReactiveCocoa', '~> 2.3.1'
pod 'libextobjc', '~>0.4.1'
pod 'CorePlot', '~>1.5.1'
# pod 'ActionSheetPicker-3.0', '~>1.3.5'
# pod 'MBProgressHUD', '~> 0.9'
end

在我完成 pod install 后,运行这个应用程序,错误消息是这样的:
setterMethod(boundObject, boundSetter, buffer);函数调用的参数太多,预期为 0,有 3 个
setterMethod(boundObject, boundSetter, tweenedValue);函数调用的参数太多,应为0,有3
来自“CPTAnimation.m”文件的这个问题
任何人都可以告诉我这是怎么回事,请帮我解决它。非常感谢。

最佳答案

修复程序在这里:https://github.com/IngmarStein/core-plot/commit/3413d8b7fa382921a918e7801a22e614a17b8bbf

您需要编辑项目中的 CorePlot 代码,否则您可以使用来自 GitHub 而不是来自 CocoaPods 的预发布版本 2.0。

关于core-plot - "CPTAnimation.m"函数调用的参数太多,预期为 0,有 3 个,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28304017/

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