1 Reply Latest reply on May 29, 2015 10:27 AM by mmusaji

    iOS mobile app with JBoss Developer Stuido

    sascha78

      Hello Everybody,


      i am just developing a mobile app for iOS. For this I use the JBoss Developer Studio with Apache Cordova version 4.1.2. Because I need access to the file system for the application, I also need the org.apache.cordova.file Plugin. Now if I want to test the application with CordovaSim, then I get the following log output:


      !JavaScript ERROR: SyntaxError: Unexpedted token '?' on line 2 for http://localhost:51234/plugins/org.apache.cordova.file/www/FileWriter.js

      !JavaScript ERROR: Error: Module org.apache.cordova.file.FileWriter does not exist. on line 1406 for http://localhost:51234/cordova.js.

      !JavaScript LOG: deviceready has not fired after 5 seconds.

      !JavaScript LOG: Channel not fired: onPluginsReady

      !JavaScript LOG: Channel not fired: onCordovaReady


      What can I do? I do not know where the mistakes come. Do I have a wrong configuration in my project? Do I need different versions of org.apache.cordova.file plugins? Does anyone have an idea? The error concerns me now for several days.


      MS-Tech