【问题标题】:MobFox iOS integration "Cannot find protocol declaration"MobFox iOS 集成“找不到协议声明”
【发布时间】:2013-09-04 16:57:01
【问题描述】:

我一直在尝试将 MobFox 集成到我的一个 iOS 应用程序中,但遇到了一个问题。

我已将框架和所有其他必要文件添加到项目中,但是当我尝试在我的@interface MainViewController : UIViewController<UIAlertViewDelegate, MobFoxVideoInterstitialViewControllerDelegate>{ /*...*/ } 文件中的@interface MainViewController : UIViewController<UIAlertViewDelegate, MobFoxVideoInterstitialViewControllerDelegate>{ /*...*/ } 下添加MobFoxVideoInterstitialViewControllerDelegate 时,它显示Cannot find protocol declaration for MobFoxVideoInterstitialViewControllerDelegate。所有的文件都在那里。可能是什么问题?

【问题讨论】:

    标签: ios xcode delegates protocols mobfox


    【解决方案1】:

    它很旧,但我想回答它。问题是有人试图在没有视频的情况下集成 MobFox 并且没有删除文件。所以图书馆使用这些文件而不是新文件。删除旧文件解决了我的问题

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2011-09-20
      • 1970-01-01
      • 2015-12-18
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多