Notice: The Monaca & Onsen UI Community Forum is shutting down.

For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.

Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.

How to install Cordova Pushwoosh Push Notifications plugin



  • Hello

    To install the plugin “Cordova Pushwoosh Push Notifications plugin”, everything works fine, but I have a problem when I compile the application in the iOS version, it shows me the following error:

    Remove IB Support files …
    Change Xcode Version to 9
    Build Error: Error: Sandbox Exec Error: [Error: Path must be a string. Received undefined]

    I have detected that it happens only when I install this plugin, this error always happens, could you support me in what I need to configure?

    Here are all my plugins installed.

    0_1529429408644_plugins.PNG

    I hope someone can support me, because I have to install and use this plugin in specific, because my client does not want to use another.



  • Hello?

    Someone who can help me solve this problem?


  • Monaca

    @carlosflores Hi, the error is caused by <config-file> settings with no target defined in config.xml within the plugin. They are breaking plugins. For more information about this issue, please refer to this thread.

    In short, you will need to modify the config.xml file of the plugin and make sure that every <config-file> setting has defined a target.