devgeeks / VolumeSlider

PhoneGap / Cordova iOS plugin that allows you to add a native volume slider (MPVolumeView) to your app
16 stars 20 forks source link

no visible @interface for 'CDVPlugin' #9

Open daniavram opened 8 years ago

daniavram commented 8 years ago

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
devgeeks commented 8 years ago

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 :/

daniavram commented 8 years ago

@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 :)

crownemmanuel commented 7 years ago

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