我的项目中有这两个错误:
Cannot find protocol declaration for 'AppConsentDelegate'
Reference to 'AppConsentDelegate' is ambiguous
这是一个来自 CocoaPods 的库,我不明白为什么它在模拟器上工作(我在 13.5 和 14.4 上尝试了几个)而不是在设备上(我在 14.4 上尝试过)。我什至无法存档。
清理 build 和 DerivedData 文件夹,退出 Xcode,pod deintegrate
、pod clean
和 pod install
不能解决问题。
我对Objective-C不是很熟悉,请帮帮我。