VolumeSlider icon indicating copy to clipboard operation
VolumeSlider copied to clipboard

no visible @interface for 'CDVPlugin'

Open daniavram opened this issue 9 years ago • 3 comments

When trying to build the app for iOS with Cordova (command line: cordova build ios), I get the following error:

VolumeSlider.m:23:34: error: no visible @interface for 'CDVPlugin' declares the selector 'initWithWebView:' self = (VolumeSlider*)[super initWithWebView:theWebView]; ~~~~~ ^~~~~~~~~~~~~~~ 1 error generated.

Am I doing something wrong? :)

EDIT: using Cordova version 6.3.1 and ios Cordova platform version 4.2.1

daniavram avatar Oct 05 '16 07:10 daniavram

You probably did nothing wrong. I suspect this plugin hasn't been updated in a while and that's the problem.

I'll try and see if I can do so over the weekend :/

devgeeks avatar Oct 05 '16 09:10 devgeeks

@devgeeks, if you could give me some pointers as to where I should look for fixing the problem and if it is not too complicated, I may be able to do it. I am fairly new to... everything... but if I could offer any help, I'll gladly do it :)

Thanks anyway :)

daniavram avatar Oct 05 '16 10:10 daniavram

having similar issues any @devgeeks pointers as to where to fix this happy to help look into this too

crownemmanuel avatar Mar 19 '17 17:03 crownemmanuel