This content has been marked as final.
Show 1 reply
-
1. Re: iOS mobile app with JBoss Developer Stuido
mmusaji May 29, 2015 10:27 AM (in response to sascha78)What are the contents of the files that the error is telling you about?
!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.
Looks like you need to remove the "Unexpected token" from FileWriter.js which will then allow the Module to be loaded so the second error won't occur?