Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no visible @interface for 'CDVPlugin' #9

Open
daniavram opened this issue Oct 5, 2016 · 3 comments
Open

no visible @interface for 'CDVPlugin' #9

daniavram opened this issue Oct 5, 2016 · 3 comments
Assignees
Labels

Comments

@daniavram
Copy link

daniavram commented Oct 5, 2016

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 devgeeks added the bug label Oct 5, 2016
@devgeeks devgeeks self-assigned this Oct 5, 2016
@devgeeks
Copy link
Owner

devgeeks commented Oct 5, 2016

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
Copy link
Author

@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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants