Navigation

    Monaca & Onsen UI
    • Register
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. carlosflores
    C
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    carlosflores

    @carlosflores

    0
    Reputation
    5
    Posts
    1078
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    carlosflores Follow

    Posts made by carlosflores

    • Change Xcode Version to 10.1

      I try to deploy my App to iOs system but when i build it, it shows the next message

      Change Xcode Version to 10.1

      Search builder by config
      Starting Build
      cordova version: 7.1.0

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

      I follow the steps to change to Xcode9 to Xcode10.1 but reading the documentation, Xcode10 only works with cordova CLI 9.0.0.

      How can i fix this? i need to deploy my app soon :(

      Thanks!

      posted in Monaca Tools
      C
      carlosflores
    • RE: How to install Cordova Pushwoosh Push Notifications plugin

      Hello?

      Someone who can help me solve this problem?

      posted in Monaca Tools
      C
      carlosflores
    • 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.

      posted in Monaca Tools
      C
      carlosflores
    • RE: Pluging installation

      @khemry I installed the plugin with the support of “Import Cordova Plugin” the url was https://github.com/Pushwoosh/pushwoosh-phonegap-plugin.git, I have configured the following lines in the config.xml file

      <plugin name = “pushwoosh-cordova-plugin” version = “7.5.0” />
         <feature name = “PushNotification”>
           <param name = “android-package” value = “pushwoosh-cordova-plugin” />
         </ feature>

      And in my code I use the following “plugins.pushNotification.onDeviceReady”

      But I get the following error “onDeviceReady does not exist”

      Do I have to configure something other than the config.xml?

      How can i debug an external plugins?

      when i build the APP for android i got the next log

      Discovered plugin “pushwoosh-cordova-plugin” in config.xml. Adding it to the project
      Fetching plugin “https://github.com/Pushwoosh/pushwoosh-phonegap-plugin.git” via git clone
      Repository “https://github.com/Pushwoosh/pushwoosh-phonegap-plugin.git” checked out to git ref “master”.
      Installing “pushwoosh-cordova-plugin” for android
      Subproject Path: CordovaLib
      Adding pushwoosh-cordova-plugin to package.json
      Saved plugin info for “pushwoosh-cordova-plugin” to config.xml

      posted in Monaca Tools
      C
      carlosflores
    • Pluging installation

      Hello,

      I’m a new user here in monaca, i have read all the documentation about monaca to import Cordova CLI projects from Telerik, all work fine. but i need to install a pluging named (PushNotifications) of cordova, (https://github.com/Pushwoosh/pushwoosh-phonegap-plugin), Could someone help me to install that pluging and configurate?

      Thank you!

      posted in Monaca Tools
      C
      carlosflores