I am working on my iOS PhoneGap-App. I have downloaded the plugin with following command: phonegap local plugin add https://github.com/shaders/pushwoosh-phonegap-build-plugin.git from github in the project-folder.
When I want to run the application in XCode I get 3 same errors in the PushNotification.m - File.
In Row 45,225,348 this error comes: No visible @interface for 'CordovaWrapperViewController' declare the selector 'getCommandInstance:'
I don't know, what I did wrong, so I am glad of any solution I get!
Thank you!