admob-google / admob-cordova

Google AdMob plugin for Cordova, Phonegap and Intel XDK ,support ios and android,support admob v1 and admob v2 ,Monetize your html5 app with one javascript line.api is easy to use.
65 stars 50 forks source link

Not compatible with cordova 6.0.0 or platform iOS@4.0.1 #21

Closed arjankuijpers closed 8 years ago

arjankuijpers commented 8 years ago

When using this plugin does not compile with cordova 6 and ios-platform version 4.0.1

https://cordova.apache.org/news/2016/01/28/tools-release.html

other plugins work, its not a project problem.

no visible @interface for 'AdmobAdPlugin' declares the selector 'writeJavascript:' [self writeJavascript:json];

no visible @interface for 'CDVPlugin' declares the selector 'initWithWebView:' self = (AdmobAdPlugin *)[super initWithWebView:theWebView];

no visible @interface for 'NSDictionary' declares the selector 'integerValueForKey:defaultValue:' int adx=(int)[params integerValueForKey:@"x" defaultValue:0];

no visible @interface for 'NSDictionary' declares the selector 'integerValueForKey:defaultValue:' int ady=(int)[params integerValueForKey:@"y" defaultValue:0];

no visible @interface for 'NSDictionary' declares the selector 'integerValueForKey:defaultValue:' int width= (int)[params integerValueForKey:@"bannerWidth" defaultValue:0];

no visible @interface for 'NSDictionary' declares the selector 'integerValueForKey:defaultValue:' int height=(int) [params integerValueForKey:@"bannerHeight" defaultValue:0];

admob-google commented 8 years ago

wait

admob-google commented 8 years ago

upgraded,support cordova 6 now.