gpt4 book ai didi

ios - 作者删除了破坏我项目的 cocoapods repo 协议(protocol)。如何使用备份的 repo 文件来修复?

转载 作者:行者123 更新时间:2023-11-29 02:01:23 25 4
gpt4 key购买 nike

根据标题,DRDynamicSlideShow 的开发人员删除了在运行 pod 安装后破坏我的项目的存储库。

我备份了存储库中的所有文件,并尝试通过将 .h 和 .m 文件复制到项目文件夹中的搜索路径中来手动将库添加到项目中。

该项目在 pod 安装之前运行良好,因此除了复制 .h 和 .m 文件之外,我没有对任何代码进行任何修改。

当我尝试运行该项目时,出现错误:

Property 'DRDynamicSlideShowdelegate' not found on object of type 'RMDateSelectionViewController *'

代码:

- (void)didTapOnDueButton:(UIButton *)button {

[self hideKeyboard];

RMDateSelectionViewController *dateSelectionVC = [RMDateSelectionViewController dateSelectionController];

dateSelectionVC.DRDynamicSlideShowdelegate = self;

[dateSelectionVC show];
}

我迷路了,希望得到任何建议。

最佳答案

听起来您可能有兴趣锁定 Podfile 中的某个版本,

做某事like :

 pod 'JSDecoupledAppDelegate', '1.1.0'

运行pod install会将其锁定到version您将不会再遇到 API 破坏的惊喜。

关于ios - 作者删除了破坏我项目的 cocoapods repo 协议(protocol)。如何使用备份的 repo 文件来修复?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30343359/

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