我已经正确地将iAd添加到我的框架中,将其导入为#import <iAd/iAd.h>
,并在didload方法中委派自己,并在此处正确实现了iAd:
@interface MainViewController : UIViewController <FBSDKSharingContent,ADBannerViewDelegate, FBSDKSharing, FBSDKSharingDelegate, UIWebViewDelegate, UIAlertViewDelegate, SegueingInfoProtocol, UIImagePickerControllerDelegate, UIDocumentInteractionControllerDelegate> {
UIWebView *webView;
}
但是当我执行我的应用程序时,我收到此错误:
由于未捕获的异常而终止应用 &#39; NSInvalidUnarchiveOperationException&#39;,原因:&#39;无法实例化 名为ADBannerView&#39;
的类
我无法解决这个问题,我以同样的方式将iAd应用到其他应用中,但在这里它并不起作用。