You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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 :)
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
The text was updated successfully, but these errors were encountered: